Html Css Color HEX #149971 Elf Green

📋 copy color: '#149971'

red 20 ◦ green 153 ◦ blue 113

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

Shades of Elf Green #149971

Tints of Elf Green #149971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 39.51%

R = 6.99%
G = 53.5%
B = 39.51%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#149971 (or 0x149971) is known color: Elf Green. HEX triplet: 14, 99 and 71. RGB value is (20,153,113). Sum of RGB (Red+Green+Blue) = 20+153+113=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #149971 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149971 is #EB668E. Grayscale: #6C6C6C. Windows color (decimal): -15427215 or 7444756. OLE color: 7444756.

HSL color Cylindrical-coordinate representation of color #149971: hue angle of 161.95º 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 #149971 is Cyan = 0.87, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 153 113 -
CMYK 0.87 0 0.26 0.4
HSL 161.95º 0.77% 0.34% -
HSV(B) 161.95º 0.87% 0.6% -
XYZ 14.66 24.12 19.51 -
YUV 108.67 130.44 64.75 -
System Red Green Blue C M Y K H S L
Decimal 20 153 113 0.87 0 0.26 0.4 161.95 0.77 0.34
Hex 14 99 71 57 0 1A 28 A2 4D 22
Octal 24 231 161 127 0 32 50 242 115 42
Binary 10100 10011001 1110001 1010111 0 11010 101000 10100010 1001101 100010

Color Harmonies of #149971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149971

Black with #149971

Text Example


Text Example

White with #149971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149971; }

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

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

background-color css

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

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

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

border-color css

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

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

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