Html Css Color HEX #086E14 Green

📋 copy color: '#086E14'

red 8 ◦ green 110 ◦ blue 20

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

Shades of Green #086E14

Tints of Green #086E14

RGB

 RED value IS 8 (3.52% from 255) = 5.8%

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

 BLUE value IS 20 (8.2% from 255) = 14.49%

R = 5.8%
G = 79.71%
B = 14.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.82

 K value IS 0.57

RGB Variations

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

Color information

#086E14 (or 0x086E14) is known color: Green. HEX triplet: 08, 6E and 14. RGB value is (8,110,20). Sum of RGB (Red+Green+Blue) = 8+110+20=138 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.80% from 138); Green value is 110 (43.36% from 255 or 79.71% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 110 - color contains mainly: green. Hex color #086E14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #086E14 is #F791EB. Grayscale: #454545. Windows color (decimal): -16224748 or 1338888. OLE color: 1338888.

HSL color Cylindrical-coordinate representation of color #086E14: hue angle of 127.06º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #086E14 is Cyan = 0.93, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.57.

Color convert

RGB 8 110 20 -
CMYK 0.93 0 0.82 0.57
HSL 127.06º 0.86% 0.23% -
HSV(B) 127.06º 0.93% 0.43% -
XYZ 5.8 11.25 2.53 -
YUV 69.24 100.21 84.32 -
System Red Green Blue C M Y K H S L
Decimal 8 110 20 0.93 0 0.82 0.57 127.06 0.86 0.23
Hex 8 6E 14 5D 0 52 39 7F 56 17
Octal 10 156 24 135 0 122 71 177 126 27
Binary 1000 1101110 10100 1011101 0 1010010 111001 1111111 1010110 10111

Color Harmonies of #086E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #086E14

Black with #086E14

Text Example


Text Example

White with #086E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #086E14; }

 p { color: rgb(8,110,20); }

 H1.HeaderClassName
 {
   color: #086E14;
 }
 .AnyTagClassName
 {
   color: #086E14;
 }
</style>

background-color css

<style>
 a { background-color: #086E14; }

 a { background-color: rgb(8,110,20); }

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

border-color css

<style>
 span { border-color: #086E14; }

 span { border-color: rgb(8,110,20); }

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