#008C00

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

Shades of Green #008C00

Tints of Green #008C00

Color information

#008C00 (or 0x008C00) is unknown color: approx Green. HEX triplet: 00, 8C and 00. RGB value is (0,140,0). Sum of RGB (Red+Green+Blue) = 0+140+0=140 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 140); Green value is 140 (55.08% from 255 or 100% from 140); Blue value is 0 (0.39% from 255 or 0% from 140); Max value from RGB is 140 - color contains mainly: green. Hex color #008C00 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C00 is #FF73FF. Grayscale: #525252. Windows color (decimal): -16741376 or 35840. OLE color: 35840.

HSL color Cylindrical-coordinate representation of color #008C00: hue angle of 120º 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 #008C00 is Cyan = 1, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB01400-
CMYK1010.45
HSL120º100%27.45%-
HSV(B)120º100%54.9%-
XYZ9.3818.763.13-
YUV82.1881.6269.38-

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) = 100%
BLUE value IS 0 (0.39% from 255) = 0%
R=0%
G=100%
B=0%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014001010.4512010027.45
Hex08C0640642D78641b
Octal0214014401445517014433
Binary01000110001100100011001001011011111000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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