#157512

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

Shades of Green #157512

Tints of Green #157512

Color information

#157512 (or 0x157512) is unknown color: approx Green. HEX triplet: 15, 75 and 12. RGB value is (21,117,18). Sum of RGB (Red+Green+Blue) = 21+117+18=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 117 (46.09% from 255 or 75% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 117 - color contains mainly: green. Hex color #157512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157512 is #EA8AED. Grayscale: #4D4D4D. Windows color (decimal): -15370990 or 1209621. OLE color: 1209621.

HSL color Cylindrical-coordinate representation of color #157512: hue angle of 118.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #157512 is Cyan = 0.82, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB2111718-
CMYK0.8200.850.54
HSL118.18º73.33%26.47%-
HSV(B)118.18º84.62%45.88%-
XYZ6.7812.932.71-
YUV77.0194.788.05-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 117 (46.09% from 255) = 75%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=13.46%
G=75%
B=11.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21117180.8200.850.54118.1873.3326.47
Hex157512520553676491a
Octal251652212201256616611132
Binary101011110101100101010010010101011101101110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157512; }

 p { color: rgb(21,117,18); }

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

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

 a { background-color: rgb(21,117,18); }

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

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

 span { border-color: rgb(21,117,18); }

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