#12700F

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

Shades of Green #12700F

Tints of Green #12700F

Color information

#12700F (or 0x12700F) is unknown color: approx Green. HEX triplet: 12, 70 and 0F. RGB value is (18,112,15). Sum of RGB (Red+Green+Blue) = 18+112+15=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 15 (6.25% from 255 or 10.34% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #12700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12700F is #ED8FF0. Grayscale: #494949. Windows color (decimal): -15568881 or 1011730. OLE color: 1011730.

HSL color Cylindrical-coordinate representation of color #12700F: hue angle of 118.14º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12700F is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB1811215-
CMYK0.8400.870.56
HSL118.14º76.38%24.9%-
HSV(B)118.14º86.61%43.92%-
XYZ6.1311.752.4-
YUV72.8495.3688.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 112 (44.14% from 255) = 77.24%
BLUE value IS 15 (6.25% from 255) = 10.34%
R=12.41%
G=77.24%
B=10.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112150.8400.870.56118.1476.3824.9
Hex1270F5405738764c19
Octal221601712401277016611431
Binary10010111000011111010100010101111110001110110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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