#12790E

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

Shades of Green #12790E

Tints of Green #12790E

Color information

#12790E (or 0x12790E) is unknown color: approx Green. HEX triplet: 12, 79 and 0E. RGB value is (18,121,14). Sum of RGB (Red+Green+Blue) = 18+121+14=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 121 (47.66% from 255 or 79.08% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 121 - color contains mainly: green. Hex color #12790E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12790E is #ED86F1. Grayscale: #4E4E4E. Windows color (decimal): -15566578 or 948498. OLE color: 948498.

HSL color Cylindrical-coordinate representation of color #12790E: hue angle of 117.76º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12790E is Cyan = 0.85, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1812114-
CMYK0.8500.880.53
HSL117.76º79.26%26.47%-
HSV(B)117.76º88.43%47.45%-
XYZ7.1713.842.71-
YUV78.0191.8885.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 121 (47.66% from 255) = 79.08%
BLUE value IS 14 (5.86% from 255) = 9.15%
R=11.76%
G=79.08%
B=9.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18121140.8500.880.53117.7679.2626.47
Hex1279E5505835764f1a
Octal221711612501306516611732
Binary10010111100111101010101010110001101011110110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12790E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12790E; }

 p { color: rgb(18,121,14); }

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

<style>
 a { background-color: #12790E; }

 a { background-color: rgb(18,121,14); }

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

<style>
 span { border-color: #12790E; }

 span { border-color: rgb(18,121,14); }

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