Html Css Color HEX #158374 Elf Green

📋 copy color: '#158374'

red 21 ◦ green 131 ◦ blue 116

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

Shades of Elf Green #158374

Tints of Elf Green #158374

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 7.84%
G = 48.88%
B = 43.28%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#158374 (or 0x158374) is known color: Elf Green. HEX triplet: 15, 83 and 74. RGB value is (21,131,116). Sum of RGB (Red+Green+Blue) = 21+131+116=268 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.84% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #158374 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #158374 is #EA7C8B. Grayscale: #606060. Windows color (decimal): -15367308 or 7635733. OLE color: 7635733.

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

Color convert

RGB 21 131 116 -
CMYK 0.84 0 0.11 0.49
HSL 171.82º 0.72% 0.3% -
HSV(B) 171.82º 0.84% 0.51% -
XYZ 11.58 17.65 19.32 -
YUV 96.4 139.06 74.22 -
System Red Green Blue C M Y K H S L
Decimal 21 131 116 0.84 0 0.11 0.49 171.82 0.72 0.3
Hex 15 83 74 54 0 B 31 AC 48 1E
Octal 25 203 164 124 0 13 61 254 110 36
Binary 10101 10000011 1110100 1010100 0 1011 110001 10101100 1001000 11110

Color Harmonies of #158374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #158374

Black with #158374

Text Example


Text Example

White with #158374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #158374; }

 p { color: rgb(21,131,116); }

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

background-color css

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

 a { background-color: rgb(21,131,116); }

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

border-color css

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

 span { border-color: rgb(21,131,116); }

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