Html Css Color HEX #158C5C Elf Green

📋 copy color: '#158C5C'

red 21 ◦ green 140 ◦ blue 92

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

Shades of Elf Green #158C5C

Tints of Elf Green #158C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.36%

R = 8.3%
G = 55.34%
B = 36.36%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#158C5C (or 0x158C5C) is known color: Elf Green. HEX triplet: 15, 8C and 5C. RGB value is (21,140,92). Sum of RGB (Red+Green+Blue) = 21+140+92=253 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.30% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #158C5C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158C5C is #EA73A3. Grayscale: #636363. Windows color (decimal): -15365028 or 6065173. OLE color: 6065173.

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

Color convert

RGB 21 140 92 -
CMYK 0.85 0 0.34 0.45
HSL 155.8º 0.74% 0.32% -
HSV(B) 155.8º 0.85% 0.55% -
XYZ 11.62 19.69 13.31 -
YUV 98.95 124.08 72.4 -
System Red Green Blue C M Y K H S L
Decimal 21 140 92 0.85 0 0.34 0.45 155.8 0.74 0.32
Hex 15 8C 5C 55 0 22 2D 9C 4A 20
Octal 25 214 134 125 0 42 55 234 112 40
Binary 10101 10001100 1011100 1010101 0 100010 101101 10011100 1001010 100000

Color Harmonies of #158C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158C5C

Black with #158C5C

Text Example


Text Example

White with #158C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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