#12700A

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

Shades of Green #12700A

Tints of Green #12700A

Color information

#12700A (or 0x12700A) is unknown color: approx Green. HEX triplet: 12, 70 and 0A. RGB value is (18,112,10). Sum of RGB (Red+Green+Blue) = 18+112+10=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 112 (44.14% from 255 or 80% from 140); Blue value is 10 (4.30% from 255 or 7.14% from 140); Max value from RGB is 112 - color contains mainly: green. Hex color #12700A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12700A is #ED8FF5. Grayscale: #484848. Windows color (decimal): -15568886 or 684050. OLE color: 684050.

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

Color convert

RGB1811210-
CMYK0.8400.910.56
HSL115.29º83.61%23.92%-
HSV(B)115.29º91.07%43.92%-
XYZ6.111.742.23-
YUV72.2792.8689.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.86%
GREEN value IS 112 (44.14% from 255) = 80%
BLUE value IS 10 (4.30% from 255) = 7.14%
R=12.86%
G=80%
B=7.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112100.8400.910.56115.2983.6123.92
Hex1270A5405B38735418
Octal221601212401337016312430
Binary10010111000010101010100010110111110001110011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12700A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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