#12790F

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

Shades of Green #12790F

Tints of Green #12790F

Color information

#12790F (or 0x12790F) is unknown color: approx Green. HEX triplet: 12, 79 and 0F. RGB value is (18,121,15). Sum of RGB (Red+Green+Blue) = 18+121+15=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 121 (47.66% from 255 or 78.57% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 121 - color contains mainly: green. Hex color #12790F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12790F is #ED86F0. Grayscale: #4E4E4E. Windows color (decimal): -15566577 or 1014034. OLE color: 1014034.

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

Color convert

RGB1812115-
CMYK0.8500.880.53
HSL118.3º77.94%26.67%-
HSV(B)118.3º87.6%47.45%-
XYZ7.1713.842.74-
YUV78.1292.3885.12-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.69%
GREEN value IS 121 (47.66% from 255) = 78.57%
BLUE value IS 15 (6.25% from 255) = 9.74%
R=11.69%
G=78.57%
B=9.74%

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
Decimal18121150.8500.880.53118.377.9426.67
Hex1279F5505835764e1b
Octal221711712501306516611633
Binary10010111100111111010101010110001101011110110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12790F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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