#158C67

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

Shades of Elf Green #158C67

Tints of Elf Green #158C67

Color information

#158C67 (or 0x158C67) is unknown color: approx Elf Green. HEX triplet: 15, 8C and 67. RGB value is (21,140,103). Sum of RGB (Red+Green+Blue) = 21+140+103=264 (34% of max value = 765). Red value is 21 (8.59% from 255 or 7.95% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 103 (40.62% from 255 or 39.02% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #158C67 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C67 is #EA7398. Grayscale: #646464. Windows color (decimal): -15365017 or 6786069. OLE color: 6786069.

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

Color convert

RGB21140103-
CMYK0.8500.260.45
HSL161.34º73.91%31.57%-
HSV(B)161.34º85%54.9%-
XYZ12.1419.8916.03-
YUV100.2129.5871.51-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.95%
GREEN value IS 140 (55.08% from 255) = 53.03%
BLUE value IS 103 (40.62% from 255) = 39.02%
R=7.95%
G=53.03%
B=39.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal211401030.8500.260.45161.3473.9131.57
Hex158C675501A2Da14a20
Octal252141471250325524111240
Binary101011000110011001111010101011010101101101000011001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,140,103); }

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

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

 a { background-color: rgb(21,140,103); }

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

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

 span { border-color: rgb(21,140,103); }

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