#008a08

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

Shades of Green #008A08

Tints of Green #008A08

Color information

#008A08 (or 0x008A08) is unknown color: approx Green. HEX triplet: 00, 8A and 08. RGB value is (0,138,8). Sum of RGB (Red+Green+Blue) = 0+138+8=146 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 146); Green value is 138 (54.30% from 255 or 94.52% from 146); Blue value is 8 (3.52% from 255 or 5.48% from 146); Max value from RGB is 138 - color contains mainly: green. Hex color #008A08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008A08 is #FF75F7. Grayscale: #525252. Windows color (decimal): -16741880 or 559616. OLE color: 559616.

HSL color Cylindrical-coordinate representation of color #008A08: hue angle of 123.48º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A08 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB01388-
CMYK100.940.46
HSL123.48º100%27.06%-
HSV(B)123.48º100%54.12%-
XYZ9.1318.193.26-
YUV81.9286.2869.57-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 94.52%
BLUE value IS 8 (3.52% from 255) = 5.48%
R=0%
G=94.52%
B=5.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal01388100.940.46123.4810027.06
Hex08A86405E2E7b641b
Octal02121014401365617314433
Binary01000101010001100100010111101011101111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008a08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008a08; }

 p { color: rgb(0,138,8); }

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

<style>
 a { background-color: #008a08; }

 a { background-color: rgb(0,138,8); }

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

<style>
 span { border-color: #008a08; }

 span { border-color: rgb(0,138,8); }

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