Html Css Color HEX #158A72 Elf Green

📋 copy color: '#158A72'

red 21 ◦ green 138 ◦ blue 114

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

Shades of Elf Green #158A72

Tints of Elf Green #158A72

RGB

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

 GREEN value IS 138 (54.3% from 255) = 50.55%

 BLUE value IS 114 (44.92% from 255) = 41.76%

R = 7.69%
G = 50.55%
B = 41.76%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#158A72 (or 0x158A72) is known color: Elf Green. HEX triplet: 15, 8A and 72. RGB value is (21,138,114). Sum of RGB (Red+Green+Blue) = 21+138+114=273 (36% of max value = 765). Red value is 21 (8.59% from 255 or 7.69% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 114 (44.92% from 255 or 41.76% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #158A72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158A72 is #EA758D. Grayscale: #646464. Windows color (decimal): -15365518 or 7506453. OLE color: 7506453.

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

Color convert

RGB 21 138 114 -
CMYK 0.85 0 0.17 0.46
HSL 167.69º 0.74% 0.31% -
HSV(B) 167.69º 0.85% 0.54% -
XYZ 12.44 19.55 19.04 -
YUV 100.28 135.74 71.45 -
System Red Green Blue C M Y K H S L
Decimal 21 138 114 0.85 0 0.17 0.46 167.69 0.74 0.31
Hex 15 8A 72 55 0 11 2E A8 4A 1F
Octal 25 212 162 125 0 21 56 250 112 37
Binary 10101 10001010 1110010 1010101 0 10001 101110 10101000 1001010 11111

Color Harmonies of #158A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158A72

Black with #158A72

Text Example


Text Example

White with #158A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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