#008C10

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

Shades of Green #008C10

Tints of Green #008C10

Color information

#008C10 (or 0x008C10) is unknown color: approx Green. HEX triplet: 00, 8C and 10. RGB value is (0,140,16). Sum of RGB (Red+Green+Blue) = 0+140+16=156 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 156); Green value is 140 (55.08% from 255 or 89.74% from 156); Blue value is 16 (6.64% from 255 or 10.26% from 156); Max value from RGB is 140 - color contains mainly: green. Hex color #008C10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #008C10 is #FF73EF. Grayscale: #545454. Windows color (decimal): -16741360 or 1084416. OLE color: 1084416.

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

Color convert

RGB014016-
CMYK100.890.45
HSL126.86º100%27.45%-
HSV(B)126.86º100%54.9%-
XYZ9.4718.793.62-
YUV8489.6268.08-

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) = 89.74%
BLUE value IS 16 (6.64% from 255) = 10.26%
R=0%
G=89.74%
B=10.26%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal014016100.890.45126.8610027.45
Hex08C10640592D7f641b
Octal02142014401315517714433
Binary010001100100001100100010110011011011111111110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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