#156F4E

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

Shades of Jewel #156F4E

Tints of Jewel #156F4E

Color information

#156F4E (or 0x156F4E) is unknown color: approx Jewel. HEX triplet: 15, 6F and 4E. RGB value is (21,111,78). Sum of RGB (Red+Green+Blue) = 21+111+78=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 111 (43.75% from 255 or 52.86% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 111 - color contains mainly: green. Hex color #156F4E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #156F4E is #EA90B1. Grayscale: #505050. Windows color (decimal): -15372466 or 5140245. OLE color: 5140245.

HSL color Cylindrical-coordinate representation of color #156F4E: hue angle of 158º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #156F4E is Cyan = 0.81, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB2111178-
CMYK0.8100.300.56
HSL158º68.18%25.88%-
HSV(B)158º81.08%43.53%-
XYZ7.3712.089.15-
YUV80.33126.6885.68-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 111 (43.75% from 255) = 52.86%
BLUE value IS 78 (30.86% from 255) = 37.14%
R=10%
G=52.86%
B=37.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21111780.8100.300.5615868.1825.88
Hex156F4E5101E389e441a
Octal251571161210367023610432
Binary1010111011111001110101000101111011100010011110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #156F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #156F4E; }

 p { color: rgb(21,111,78); }

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

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

 a { background-color: rgb(21,111,78); }

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

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

 span { border-color: rgb(21,111,78); }

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