Html Css Color HEX #08840E Green

📋 copy color: '#08840E'

red 8 ◦ green 132 ◦ blue 14

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

Shades of Green #08840E

Tints of Green #08840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 85.71%

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

R = 5.19%
G = 85.71%
B = 9.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#08840E (or 0x08840E) is known color: Green. HEX triplet: 08, 84 and 0E. RGB value is (8,132,14). Sum of RGB (Red+Green+Blue) = 8+132+14=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 132 (51.95% from 255 or 85.71% from 154); Blue value is 14 (5.86% from 255 or 9.09% from 154); Max value from RGB is 132 - color contains mainly: green. Hex color #08840E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08840E is #F77BF1. Grayscale: #515151. Windows color (decimal): -16219122 or 951304. OLE color: 951304.

HSL color Cylindrical-coordinate representation of color #08840E: hue angle of 122.9º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08840E is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 8 132 14 -
CMYK 0.94 0 0.89 0.48
HSL 122.9º 0.89% 0.27% -
HSV(B) 122.9º 0.94% 0.52% -
XYZ 8.43 16.59 3.17 -
YUV 81.47 89.92 75.59 -
System Red Green Blue C M Y K H S L
Decimal 8 132 14 0.94 0 0.89 0.48 122.9 0.89 0.27
Hex 8 84 E 5E 0 59 30 7B 59 1B
Octal 10 204 16 136 0 131 60 173 131 33
Binary 1000 10000100 1110 1011110 0 1011001 110000 1111011 1011001 11011

Color Harmonies of #08840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08840E

Black with #08840E

Text Example


Text Example

White with #08840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08840E; }

 p { color: rgb(8,132,14); }

 H1.HeaderClassName
 {
   color: #08840E;
 }
 .AnyTagClassName
 {
   color: #08840E;
 }
</style>

background-color css

<style>
 a { background-color: #08840E; }

 a { background-color: rgb(8,132,14); }

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

border-color css

<style>
 span { border-color: #08840E; }

 span { border-color: rgb(8,132,14); }

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