#108C00

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

Shades of Green #108C00

Tints of Green #108C00

Color information

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

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

Color convert

RGB161400-
CMYK0.89010.45
HSL113.14º100%27.45%-
HSV(B)113.14º100%54.9%-
XYZ9.5918.873.14-
YUV86.9678.9277.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 140 (55.08% from 255) = 89.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=10.26%
G=89.74%
B=0%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1614000.89010.45113.1410027.45
Hex108C0590642D71641b
Octal20214013101445516114433
Binary100001000110001011001011001001011011110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #108C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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