Html Css Color HEX #158276 Elf Green

📋 copy color: '#158276'

red 21 ◦ green 130 ◦ blue 118

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

Shades of Elf Green #158276

Tints of Elf Green #158276

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

 BLUE value IS 118 (46.48% from 255) = 43.87%

R = 7.81%
G = 48.33%
B = 43.87%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.09

 K value IS 0.49

RGB Variations

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

Color information

#158276 (or 0x158276) is known color: Elf Green. HEX triplet: 15, 82 and 76. RGB value is (21,130,118). Sum of RGB (Red+Green+Blue) = 21+130+118=269 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.81% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #158276 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158276 is #EA7D89. Grayscale: #5F5F5F. Windows color (decimal): -15367562 or 7766549. OLE color: 7766549.

HSL color Cylindrical-coordinate representation of color #158276: hue angle of 173.39º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #158276 is Cyan = 0.84, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 130 118 -
CMYK 0.84 0 0.09 0.49
HSL 173.39º 0.72% 0.3% -
HSV(B) 173.39º 0.84% 0.51% -
XYZ 11.56 17.43 19.9 -
YUV 96.04 140.39 74.48 -
System Red Green Blue C M Y K H S L
Decimal 21 130 118 0.84 0 0.09 0.49 173.39 0.72 0.3
Hex 15 82 76 54 0 9 31 AD 48 1E
Octal 25 202 166 124 0 11 61 255 110 36
Binary 10101 10000010 1110110 1010100 0 1001 110001 10101101 1001000 11110

Color Harmonies of #158276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158276

Black with #158276

Text Example


Text Example

White with #158276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158276; }

 p { color: rgb(21,130,118); }

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

background-color css

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

 a { background-color: rgb(21,130,118); }

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

border-color css

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

 span { border-color: rgb(21,130,118); }

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