#158A7A

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

Shades of Elf Green #158A7A

Tints of Elf Green #158A7A

Color information

#158A7A (or 0x158A7A) is unknown color: approx Elf Green. HEX triplet: 15, 8A and 7A. RGB value is (21,138,122). Sum of RGB (Red+Green+Blue) = 21+138+122=281 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.47% from 281); Green value is 138 (54.30% from 255 or 49.11% from 281); Blue value is 122 (48.05% from 255 or 43.42% from 281); Max value from RGB is 138 - color contains mainly: green. Hex color #158A7A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158A7A is #EA7585. Grayscale: #656565. Windows color (decimal): -15365510 or 8030741. OLE color: 8030741.

HSL color Cylindrical-coordinate representation of color #158A7A: hue angle of 171.79º 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 #158A7A is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB21138122-
CMYK0.8500.120.46
HSL171.79º73.58%31.18%-
HSV(B)171.79º84.78%54.12%-
XYZ12.9119.7421.54-
YUV101.19139.7470.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.47%
GREEN value IS 138 (54.30% from 255) = 49.11%
BLUE value IS 122 (48.05% from 255) = 43.42%
R=7.47%
G=49.11%
B=43.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal211381220.8500.120.46171.7973.5831.18
Hex158A7A550C2Eac4a1f
Octal252121721250145625411237
Binary1010110001010111101010101010110010111010101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #158A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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