#157210

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

Shades of Green #157210

Tints of Green #157210

Color information

#157210 (or 0x157210) is unknown color: approx Green. HEX triplet: 15, 72 and 10. RGB value is (21,114,16). Sum of RGB (Red+Green+Blue) = 21+114+16=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 114 (44.92% from 255 or 75.50% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 114 - color contains mainly: green. Hex color #157210 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #157210 is #EA8DEF. Grayscale: #4B4B4B. Windows color (decimal): -15371760 or 1077781. OLE color: 1077781.

HSL color Cylindrical-coordinate representation of color #157210: hue angle of 116.94º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #157210 is Cyan = 0.82, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB2111416-
CMYK0.8200.860.55
HSL116.94º75.38%25.49%-
HSV(B)116.94º85.96%44.71%-
XYZ6.4212.232.51-
YUV75.0294.6989.47-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 114 (44.92% from 255) = 75.50%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=13.91%
G=75.50%
B=10.60%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21114160.8200.860.55116.9475.3825.49
Hex1572105205637754b19
Octal251622012201266716511331
Binary101011110010100001010010010101101101111110101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #157210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #157210; }

 p { color: rgb(21,114,16); }

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

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

 a { background-color: rgb(21,114,16); }

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

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

 span { border-color: rgb(21,114,16); }

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