Html Css Color HEX #159274 Elf Green

📋 copy color: '#159274'

red 21 ◦ green 146 ◦ blue 116

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

Shades of Elf Green #159274

Tints of Elf Green #159274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

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

R = 7.42%
G = 51.59%
B = 40.99%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#159274 (or 0x159274) is known color: Elf Green. HEX triplet: 15, 92 and 74. RGB value is (21,146,116). Sum of RGB (Red+Green+Blue) = 21+146+116=283 (37% of max value = 765). Red value is 21 (8.59% from 255 or 7.42% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #159274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #159274 is #EA6D8B. Grayscale: #696969. Windows color (decimal): -15363468 or 7639573. OLE color: 7639573.

HSL color Cylindrical-coordinate representation of color #159274: hue angle of 165.6º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #159274 is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 146 116 -
CMYK 0.86 0 0.21 0.43
HSL 165.6º 0.75% 0.33% -
HSV(B) 165.6º 0.86% 0.57% -
XYZ 13.74 21.98 20.04 -
YUV 105.21 134.09 67.94 -
System Red Green Blue C M Y K H S L
Decimal 21 146 116 0.86 0 0.21 0.43 165.6 0.75 0.33
Hex 15 92 74 56 0 15 2B A6 4B 21
Octal 25 222 164 126 0 25 53 246 113 41
Binary 10101 10010010 1110100 1010110 0 10101 101011 10100110 1001011 100001

Color Harmonies of #159274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #159274

Black with #159274

Text Example


Text Example

White with #159274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #159274; }

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

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

background-color css

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

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

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

border-color css

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

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

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