#158A7C

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

Shades of Elf Green #158A7C

Tints of Elf Green #158A7C

Color information

#158A7C (or 0x158A7C) is unknown color: approx Elf Green. HEX triplet: 15, 8A and 7C. RGB value is (21,138,124). Sum of RGB (Red+Green+Blue) = 21+138+124=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 124 (48.83% from 255 or 43.82% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #158A7C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158A7C is #EA7583. Grayscale: #656565. Windows color (decimal): -15365508 or 8161813. OLE color: 8161813.

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

Color convert

RGB21138124-
CMYK0.8500.100.46
HSL172.82º73.58%31.18%-
HSV(B)172.82º84.78%54.12%-
XYZ13.0419.7922.2-
YUV101.42140.7470.64-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.42%
GREEN value IS 138 (54.30% from 255) = 48.76%
BLUE value IS 124 (48.83% from 255) = 43.82%
R=7.42%
G=48.76%
B=43.82%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211381240.8500.100.46172.8273.5831.18
Hex158A7C550A2Ead4a1f
Octal252121741250125625511237
Binary1010110001010111110010101010101010111010101101100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,138,124); }

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

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

 a { background-color: rgb(21,138,124); }

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

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

 span { border-color: rgb(21,138,124); }

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