Html Css Color HEX #158C60 Elf Green

📋 copy color: '#158C60'

red 21 ◦ green 140 ◦ blue 96

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

Shades of Elf Green #158C60

Tints of Elf Green #158C60

RGB

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

 GREEN value IS 140 (55.08% from 255) = 54.47%

 BLUE value IS 96 (37.89% from 255) = 37.35%

R = 8.17%
G = 54.47%
B = 37.35%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#158C60 (or 0x158C60) is known color: Elf Green. HEX triplet: 15, 8C and 60. RGB value is (21,140,96). Sum of RGB (Red+Green+Blue) = 21+140+96=257 (34% of max value = 765). Red value is 21 (8.59% from 255 or 8.17% from 257); Green value is 140 (55.08% from 255 or 54.47% from 257); Blue value is 96 (37.89% from 255 or 37.35% from 257); Max value from RGB is 140 - color contains mainly: green. Hex color #158C60 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C60 is #EA739F. Grayscale: #636363. Windows color (decimal): -15365024 or 6327317. OLE color: 6327317.

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

Color convert

RGB 21 140 96 -
CMYK 0.85 0 0.31 0.45
HSL 157.82º 0.74% 0.32% -
HSV(B) 157.82º 0.85% 0.55% -
XYZ 11.8 19.76 14.26 -
YUV 99.4 126.08 72.08 -
System Red Green Blue C M Y K H S L
Decimal 21 140 96 0.85 0 0.31 0.45 157.82 0.74 0.32
Hex 15 8C 60 55 0 1F 2D 9E 4A 20
Octal 25 214 140 125 0 37 55 236 112 40
Binary 10101 10001100 1100000 1010101 0 11111 101101 10011110 1001010 100000

Color Harmonies of #158C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C60

Black with #158C60

Text Example


Text Example

White with #158C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,140,96); }

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

background-color css

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

 a { background-color: rgb(21,140,96); }

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

border-color css

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

 span { border-color: rgb(21,140,96); }

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