#008C08

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

Shades of Green #008C08

Tints of Green #008C08

Color information

#008C08 (or 0x008C08) is unknown color: approx Green. HEX triplet: 00, 8C and 08. RGB value is (0,140,8). Sum of RGB (Red+Green+Blue) = 0+140+8=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 140 (55.08% from 255 or 94.59% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 140 - color contains mainly: green. Hex color #008C08 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C08 is #FF73F7. Grayscale: #535353. Windows color (decimal): -16741368 or 560128. OLE color: 560128.

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

Color convert

RGB01408-
CMYK100.940.45
HSL123.43º100%27.45%-
HSV(B)123.43º100%54.9%-
XYZ9.4218.773.36-
YUV83.0985.6268.73-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 140 (55.08% from 255) = 94.59%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=0%
G=94.59%
B=5.41%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal01408100.940.45123.4310027.45
Hex08C86405E2D7b641b
Octal02141014401365517314433
Binary01000110010001100100010111101011011111011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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