Html Css Color HEX #158575 Elf Green

📋 copy color: '#158575'

red 21 ◦ green 133 ◦ blue 117

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

Shades of Elf Green #158575

Tints of Elf Green #158575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 43.17%

R = 7.75%
G = 49.08%
B = 43.17%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#158575 (or 0x158575) is known color: Elf Green. HEX triplet: 15, 85 and 75. RGB value is (21,133,117). Sum of RGB (Red+Green+Blue) = 21+133+117=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 133 (52.34% from 255 or 49.08% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 133 - color contains mainly: green. Hex color #158575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158575 is #EA7A8A. Grayscale: #616161. Windows color (decimal): -15366795 or 7701781. OLE color: 7701781.

HSL color Cylindrical-coordinate representation of color #158575: hue angle of 171.43º 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 #158575 is Cyan = 0.84, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 21 133 117 -
CMYK 0.84 0 0.12 0.48
HSL 171.43º 0.73% 0.3% -
HSV(B) 171.43º 0.84% 0.52% -
XYZ 11.91 18.22 19.72 -
YUV 97.69 138.89 73.3 -
System Red Green Blue C M Y K H S L
Decimal 21 133 117 0.84 0 0.12 0.48 171.43 0.73 0.3
Hex 15 85 75 54 0 C 30 AB 49 1E
Octal 25 205 165 124 0 14 60 253 111 36
Binary 10101 10000101 1110101 1010100 0 1100 110000 10101011 1001001 11110

Color Harmonies of #158575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158575

Black with #158575

Text Example


Text Example

White with #158575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158575; }

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

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

background-color css

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

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

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

border-color css

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

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

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