#12780f

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

Shades of Green #12780F

Tints of Green #12780F

Color information

#12780F (or 0x12780F) is unknown color: approx Green. HEX triplet: 12, 78 and 0F. RGB value is (18,120,15). Sum of RGB (Red+Green+Blue) = 18+120+15=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 120 (47.27% from 255 or 78.43% from 153); Blue value is 15 (6.25% from 255 or 9.80% from 153); Max value from RGB is 120 - color contains mainly: green. Hex color #12780F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #12780F is #ED87F0. Grayscale: #4D4D4D. Windows color (decimal): -15566833 or 1013778. OLE color: 1013778.

HSL color Cylindrical-coordinate representation of color #12780F: hue angle of 118.29º degrees, saturation: 0.78, 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 #12780F is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB1812015-
CMYK0.8500.870.53
HSL118.29º77.78%26.47%-
HSV(B)118.29º87.5%47.06%-
XYZ7.0513.62.7-
YUV77.5392.7185.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 11.76%
GREEN value IS 120 (47.27% from 255) = 78.43%
BLUE value IS 15 (6.25% from 255) = 9.80%
R=11.76%
G=78.43%
B=9.80%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120150.8500.870.53118.2977.7826.47
Hex1278F5505735764e1a
Octal221701712501276516611632
Binary10010111100011111010101010101111101011110110100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12780f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12780f; }

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

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

<style>
 a { background-color: #12780f; }

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

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

<style>
 span { border-color: #12780f; }

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

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