#12870C

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

Shades of Green #12870C

Tints of Green #12870C

Color information

#12870C (or 0x12870C) is unknown color: approx Green. HEX triplet: 12, 87 and 0C. RGB value is (18,135,12). Sum of RGB (Red+Green+Blue) = 18+135+12=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 135 (53.12% from 255 or 81.82% from 165); Blue value is 12 (5.08% from 255 or 7.27% from 165); Max value from RGB is 135 - color contains mainly: green. Hex color #12870C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12870C is #ED78F3. Grayscale: #565656. Windows color (decimal): -15562996 or 821010. OLE color: 821010.

HSL color Cylindrical-coordinate representation of color #12870C: hue angle of 117.07º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12870C is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.

Color convert

RGB1813512-
CMYK0.8700.910.47
HSL117.07º83.67%28.82%-
HSV(B)117.07º91.11%52.94%-
XYZ8.9817.483.25-
YUV85.9986.2479.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.91%
GREEN value IS 135 (53.12% from 255) = 81.82%
BLUE value IS 12 (5.08% from 255) = 7.27%
R=10.91%
G=81.82%
B=7.27%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18135120.8700.910.47117.0783.6728.82
Hex1287C5705B2F75541d
Octal222071412701335716512435
Binary100101000011111001010111010110111011111110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12870C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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