#12800C

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

Shades of Green #12800C

Tints of Green #12800C

Color information

#12800C (or 0x12800C) is unknown color: approx Green. HEX triplet: 12, 80 and 0C. RGB value is (18,128,12). Sum of RGB (Red+Green+Blue) = 18+128+12=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 128 (50.39% from 255 or 81.01% from 158); Blue value is 12 (5.08% from 255 or 7.59% from 158); Max value from RGB is 128 - color contains mainly: green. Hex color #12800C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12800C is #ED7FF3. Grayscale: #525252. Windows color (decimal): -15564788 or 819218. OLE color: 819218.

HSL color Cylindrical-coordinate representation of color #12800C: hue angle of 116.9º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12800C is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1812812-
CMYK0.8600.910.50
HSL116.9º82.86%27.45%-
HSV(B)116.9º90.62%50.2%-
XYZ8.0315.592.93-
YUV81.8988.5682.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.39%
GREEN value IS 128 (50.39% from 255) = 81.01%
BLUE value IS 12 (5.08% from 255) = 7.59%
R=11.39%
G=81.01%
B=7.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18128120.8600.910.50116.982.8627.45
Hex1280C5605B3275531b
Octal222001412601336216512333
Binary100101000000011001010110010110111100101110101101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12800C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12800C; }

 p { color: rgb(18,128,12); }

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

<style>
 a { background-color: #12800C; }

 a { background-color: rgb(18,128,12); }

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

<style>
 span { border-color: #12800C; }

 span { border-color: rgb(18,128,12); }

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