Html Css Color HEX #149972 Elf Green

📋 copy color: '#149972'

red 20 ◦ green 153 ◦ blue 114

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

Shades of Elf Green #149972

Tints of Elf Green #149972

RGB

 RED value IS 20 (8.2% from 255) = 6.97%

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 114 (44.92% from 255) = 39.72%

R = 6.97%
G = 53.31%
B = 39.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#149972 (or 0x149972) is known color: Elf Green. HEX triplet: 14, 99 and 72. RGB value is (20,153,114). Sum of RGB (Red+Green+Blue) = 20+153+114=287 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.97% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 114 (44.92% from 255 or 39.72% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #149972 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149972 is #EB668D. Grayscale: #6C6C6C. Windows color (decimal): -15427214 or 7510292. OLE color: 7510292.

HSL color Cylindrical-coordinate representation of color #149972: hue angle of 162.41º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149972 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 114 -
CMYK 0.87 0 0.25 0.4
HSL 162.41º 0.77% 0.34% -
HSV(B) 162.41º 0.87% 0.6% -
XYZ 14.72 24.15 19.8 -
YUV 108.79 130.94 64.67 -
System Red Green Blue C M Y K H S L
Decimal 20 153 114 0.87 0 0.25 0.4 162.41 0.77 0.34
Hex 14 99 72 57 0 19 28 A2 4D 22
Octal 24 231 162 127 0 31 50 242 115 42
Binary 10100 10011001 1110010 1010111 0 11001 101000 10100010 1001101 100010

Color Harmonies of #149972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149972

Black with #149972

Text Example


Text Example

White with #149972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149972; }

 p { color: rgb(20,153,114); }

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

background-color css

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

 a { background-color: rgb(20,153,114); }

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

border-color css

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

 span { border-color: rgb(20,153,114); }

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