#08801A

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

Shades of Green #08801A

Tints of Green #08801A

Color information

#08801A (or 0x08801A) is unknown color: approx Green. HEX triplet: 08, 80 and 1A. RGB value is (8,128,26). Sum of RGB (Red+Green+Blue) = 8+128+26=162 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.94% from 162); Green value is 128 (50.39% from 255 or 79.01% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 128 - color contains mainly: green. Hex color #08801A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08801A is #F77FE5. Grayscale: #505050. Windows color (decimal): -16220134 or 1736712. OLE color: 1736712.

HSL color Cylindrical-coordinate representation of color #08801A: hue angle of 129º 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 #08801A is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB812826-
CMYK0.9400.800.50
HSL129º88.24%26.67%-
HSV(B)129º93.75%50.2%-
XYZ8.0115.563.56-
YUV80.4997.2476.29-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.94%
GREEN value IS 128 (50.39% from 255) = 79.01%
BLUE value IS 26 (10.55% from 255) = 16.05%
R=4.94%
G=79.01%
B=16.05%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal8128260.9400.800.5012988.2426.67
Hex8801A5E0503281581b
Octal102003213601206220113033
Binary1000100000001101010111100101000011001010000001101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08801A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08801A; }

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

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

<style>
 a { background-color: #08801A; }

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

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

<style>
 span { border-color: #08801A; }

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

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