#08800E

Color #08800E Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #08800E

Tints of Green #08800E

Color information

#08800E (or 0x08800E) is unknown color: approx Green. HEX triplet: 08, 80 and 0E. RGB value is (8,128,14). Sum of RGB (Red+Green+Blue) = 8+128+14=150 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.33% from 150); Green value is 128 (50.39% from 255 or 85.33% from 150); Blue value is 14 (5.86% from 255 or 9.33% from 150); Max value from RGB is 128 - color contains mainly: green. Hex color #08800E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #08800E is #F77FF1. Grayscale: #4F4F4F. Windows color (decimal): -16220146 or 950280. OLE color: 950280.

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

Color convert

RGB812814-
CMYK0.9400.890.50
HSL123º88.24%26.67%-
HSV(B)123º93.75%50.2%-
XYZ7.915.523-
YUV79.1291.2477.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.33%
GREEN value IS 128 (50.39% from 255) = 85.33%
BLUE value IS 14 (5.86% from 255) = 9.33%
R=5.33%
G=85.33%
B=9.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8128140.9400.890.5012388.2426.67
Hex880E5E059327b581b
Octal102001613601316217313033
Binary10001000000011101011110010110011100101111011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08800E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #08800E;
 }
 .AnyTagClassName
 {
   color: #08800E;
 }
</style>
background-color css

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

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

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

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

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

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