#12880F

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

Shades of Green #12880F

Tints of Green #12880F

Color information

#12880F (or 0x12880F) is unknown color: approx Green. HEX triplet: 12, 88 and 0F. RGB value is (18,136,15). Sum of RGB (Red+Green+Blue) = 18+136+15=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 136 (53.52% from 255 or 80.47% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 136 - color contains mainly: green. Hex color #12880F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #12880F is #ED77F0. Grayscale: #575757. Windows color (decimal): -15562737 or 1017874. OLE color: 1017874.

HSL color Cylindrical-coordinate representation of color #12880F: hue angle of 118.51º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12880F is Cyan = 0.87, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1813615-
CMYK0.8700.890.47
HSL118.51º80.13%29.61%-
HSV(B)118.51º88.97%53.33%-
XYZ9.1417.773.4-
YUV86.9287.4178.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 10.65%
GREEN value IS 136 (53.52% from 255) = 80.47%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=10.65%
G=80.47%
B=8.88%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal18136150.8700.890.47118.5180.1329.61
Hex1288F570592F77501e
Octal222101712701315716712036
Binary100101000100011111010111010110011011111110111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12880F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12880F; }

 p { color: rgb(18,136,15); }

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

<style>
 a { background-color: #12880F; }

 a { background-color: rgb(18,136,15); }

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

<style>
 span { border-color: #12880F; }

 span { border-color: rgb(18,136,15); }

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