Html Css Color HEX #096C13 Green

📋 copy color: '#096C13'

red 9 ◦ green 108 ◦ blue 19

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

Shades of Green #096C13

Tints of Green #096C13

RGB

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

 GREEN value IS 108 (42.58% from 255) = 79.41%

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

R = 6.62%
G = 79.41%
B = 13.97%

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

#096C13 (or 0x096C13) is known color: Green. HEX triplet: 09, 6C and 13. RGB value is (9,108,19). Sum of RGB (Red+Green+Blue) = 9+108+19=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 108 (42.58% from 255 or 79.41% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 108 - color contains mainly: green. Hex color #096C13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096C13 is #F693EC. Grayscale: #444444. Windows color (decimal): -16159725 or 1272841. OLE color: 1272841.

HSL color Cylindrical-coordinate representation of color #096C13: hue angle of 126.06º degrees, saturation: 0.85, 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 #096C13 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 108 19 -
CMYK 0.92 0 0.82 0.58
HSL 126.06º 0.85% 0.23% -
HSV(B) 126.06º 0.92% 0.42% -
XYZ 5.59 10.83 2.41 -
YUV 68.25 100.2 85.74 -
System Red Green Blue C M Y K H S L
Decimal 9 108 19 0.92 0 0.82 0.58 126.06 0.85 0.23
Hex 9 6C 13 5C 0 52 3A 7E 55 17
Octal 11 154 23 134 0 122 72 176 125 27
Binary 1001 1101100 10011 1011100 0 1010010 111010 1111110 1010101 10111

Color Harmonies of #096C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096C13

Black with #096C13

Text Example


Text Example

White with #096C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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