Html Css Color HEX #096E0E Green

📋 copy color: '#096E0E'

red 9 ◦ green 110 ◦ blue 14

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

Shades of Green #096E0E

Tints of Green #096E0E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 82.71%

 BLUE value IS 14 (5.86% from 255) = 10.53%

R = 6.77%
G = 82.71%
B = 10.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#096E0E (or 0x096E0E) is known color: Green. HEX triplet: 09, 6E and 0E. RGB value is (9,110,14). Sum of RGB (Red+Green+Blue) = 9+110+14=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 110 (43.36% from 255 or 82.71% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 110 - color contains mainly: green. Hex color #096E0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #096E0E is #F691F1. Grayscale: #454545. Windows color (decimal): -16159218 or 945673. OLE color: 945673.

HSL color Cylindrical-coordinate representation of color #096E0E: hue angle of 122.97º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096E0E is Cyan = 0.92, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 110 14 -
CMYK 0.92 0 0.87 0.57
HSL 122.97º 0.85% 0.23% -
HSV(B) 122.97º 0.92% 0.43% -
XYZ 5.77 11.24 2.28 -
YUV 68.86 97.04 85.31 -
System Red Green Blue C M Y K H S L
Decimal 9 110 14 0.92 0 0.87 0.57 122.97 0.85 0.23
Hex 9 6E E 5C 0 57 39 7B 55 17
Octal 11 156 16 134 0 127 71 173 125 27
Binary 1001 1101110 1110 1011100 0 1010111 111001 1111011 1010101 10111

Color Harmonies of #096E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #096E0E

Black with #096E0E

Text Example


Text Example

White with #096E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,110,14); }

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

background-color css

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

 a { background-color: rgb(9,110,14); }

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

border-color css

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

 span { border-color: rgb(9,110,14); }

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