Html Css Color HEX #0A7A09 Green

📋 copy color: '#0A7A09'

red 10 ◦ green 122 ◦ blue 9

#0A7A09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0A7A09

Tints of Green #0A7A09

RGB

 RED value IS 10 (4.3% from 255) = 7.09%

 GREEN value IS 122 (48.05% from 255) = 86.52%

 BLUE value IS 9 (3.91% from 255) = 6.38%

R = 7.09%
G = 86.52%
B = 6.38%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.52

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0A7A09 (or 0x0A7A09) is known color: Green. HEX triplet: 0A, 7A and 09. RGB value is (10,122,9). Sum of RGB (Red+Green+Blue) = 10+122+9=141 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.09% from 141); Green value is 122 (48.05% from 255 or 86.52% from 141); Blue value is 9 (3.91% from 255 or 6.38% from 141); Max value from RGB is 122 - color contains mainly: green. Hex color #0A7A09 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7A09 is #F585F6. Grayscale: #4B4B4B. Windows color (decimal): -16090615 or 621066. OLE color: 621066.

HSL color Cylindrical-coordinate representation of color #0A7A09: hue angle of 119.47º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7A09 is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 122 9 -
CMYK 0.92 0 0.93 0.52
HSL 119.47º 0.86% 0.26% -
HSV(B) 119.47º 0.93% 0.48% -
XYZ 7.13 14 2.59 -
YUV 75.63 90.39 81.19 -
System Red Green Blue C M Y K H S L
Decimal 10 122 9 0.92 0 0.93 0.52 119.47 0.86 0.26
Hex A 7A 9 5C 0 5D 34 77 56 1A
Octal 12 172 11 134 0 135 64 167 126 32
Binary 1010 1111010 1001 1011100 0 1011101 110100 1110111 1010110 11010

Color Harmonies of #0A7A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7A09

Black with #0A7A09

Text Example


Text Example

White with #0A7A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A7A09; }

 p { color: rgb(10,122,9); }

 H1.HeaderClassName
 {
   color: #0A7A09;
 }
 .AnyTagClassName
 {
   color: #0A7A09;
 }
</style>

background-color css

<style>
 a { background-color: #0A7A09; }

 a { background-color: rgb(10,122,9); }

 div.DivClassName
 {
   background-color: #0A7A09;
 }
 .BgClassName
 {
   background-color: #0A7A09;
 }
</style>

border-color css

<style>
 span { border-color: #0A7A09; }

 span { border-color: rgb(10,122,9); }

 td.TdClassName
 {
   border-color: #0A7A09;
 }
 .TagClassName
 {
   border-color: #0A7A09;
 }
</style>