Html Css Color HEX #096A13 Green

📋 copy color: '#096A13'

red 9 ◦ green 106 ◦ blue 19

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

Shades of Green #096A13

Tints of Green #096A13

RGB

 RED value IS 9 (3.91% from 255) = 6.72%

 GREEN value IS 106 (41.8% from 255) = 79.1%

 BLUE value IS 19 (7.81% from 255) = 14.18%

R = 6.72%
G = 79.1%
B = 14.18%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.58

RGB Variations

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

Color information

#096A13 (or 0x096A13) is known color: Green. HEX triplet: 09, 6A and 13. RGB value is (9,106,19). Sum of RGB (Red+Green+Blue) = 9+106+19=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 106 (41.80% from 255 or 79.10% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 106 - color contains mainly: green. Hex color #096A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096A13 is #F695EC. Grayscale: #434343. Windows color (decimal): -16160237 or 1272329. OLE color: 1272329.

HSL color Cylindrical-coordinate representation of color #096A13: hue angle of 126.19º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A13 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 106 19 -
CMYK 0.92 0 0.82 0.58
HSL 126.19º 0.84% 0.23% -
HSV(B) 126.19º 0.92% 0.42% -
XYZ 5.38 10.41 2.34 -
YUV 67.08 100.86 86.57 -
System Red Green Blue C M Y K H S L
Decimal 9 106 19 0.92 0 0.82 0.58 126.19 0.84 0.23
Hex 9 6A 13 5C 0 52 3A 7E 54 17
Octal 11 152 23 134 0 122 72 176 124 27
Binary 1001 1101010 10011 1011100 0 1010010 111010 1111110 1010100 10111

Color Harmonies of #096A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096A13

Black with #096A13

Text Example


Text Example

White with #096A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #096A13; }

 p { color: rgb(9,106,19); }

 H1.HeaderClassName
 {
   color: #096A13;
 }
 .AnyTagClassName
 {
   color: #096A13;
 }
</style>

background-color css

<style>
 a { background-color: #096A13; }

 a { background-color: rgb(9,106,19); }

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

border-color css

<style>
 span { border-color: #096A13; }

 span { border-color: rgb(9,106,19); }

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