#158B72

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

Shades of Elf Green #158B72

Tints of Elf Green #158B72

Color information

#158B72 (or 0x158B72) is unknown color: approx Elf Green. HEX triplet: 15, 8B and 72. RGB value is (21,139,114). Sum of RGB (Red+Green+Blue) = 21+139+114=274 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.66% from 274); Green value is 139 (54.69% from 255 or 50.73% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 139 - color contains mainly: green. Hex color #158B72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158B72 is #EA748D. Grayscale: #646464. Windows color (decimal): -15365262 or 7506709. OLE color: 7506709.

HSL color Cylindrical-coordinate representation of color #158B72: hue angle of 167.29º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #158B72 is Cyan = 0.85, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.

Color convert

RGB21139114-
CMYK0.8500.180.45
HSL167.29º73.75%31.37%-
HSV(B)167.29º84.89%54.51%-
XYZ12.5819.8419.09-
YUV100.87135.4171.03-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.66%
GREEN value IS 139 (54.69% from 255) = 50.73%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=7.66%
G=50.73%
B=41.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211391140.8500.180.45167.2973.7531.37
Hex158B72550122Da74a1f
Octal252131621250225524711237
Binary10101100010111110010101010101001010110110100111100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #158B72; }

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

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

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

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

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

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

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

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