Html Css Color HEX #158570 Elf Green

📋 copy color: '#158570'

red 21 ◦ green 133 ◦ blue 112

#158570
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Elf Green #158570

Tints of Elf Green #158570

RGB

 RED value IS 21 (8.59% from 255) = 7.89%

 GREEN value IS 133 (52.34% from 255) = 50%

 BLUE value IS 112 (44.14% from 255) = 42.11%

R = 7.89%
G = 50%
B = 42.11%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#158570 (or 0x158570) is known color: Elf Green. HEX triplet: 15, 85 and 70. RGB value is (21,133,112). Sum of RGB (Red+Green+Blue) = 21+133+112=266 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.89% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #158570 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158570 is #EA7A8F. Grayscale: #616161. Windows color (decimal): -15366800 or 7374101. OLE color: 7374101.

HSL color Cylindrical-coordinate representation of color #158570: hue angle of 168.75º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158570 is Cyan = 0.84, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 112 -
CMYK 0.84 0 0.16 0.48
HSL 168.75º 0.73% 0.3% -
HSV(B) 168.75º 0.84% 0.52% -
XYZ 11.62 18.1 18.21 -
YUV 97.12 136.39 73.71 -
System Red Green Blue C M Y K H S L
Decimal 21 133 112 0.84 0 0.16 0.48 168.75 0.73 0.3
Hex 15 85 70 54 0 10 30 A9 49 1E
Octal 25 205 160 124 0 20 60 251 111 36
Binary 10101 10000101 1110000 1010100 0 10000 110000 10101001 1001001 11110

Color Harmonies of #158570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158570

Black with #158570

Text Example


Text Example

White with #158570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158570; }

 p { color: rgb(21,133,112); }

 H1.HeaderClassName
 {
   color: #158570;
 }
 .AnyTagClassName
 {
   color: #158570;
 }
</style>

background-color css

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

 a { background-color: rgb(21,133,112); }

 div.DivClassName
 {
   background-color: #158570;
 }
 .BgClassName
 {
   background-color: #158570;
 }
</style>

border-color css

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

 span { border-color: rgb(21,133,112); }

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