Html Css Color HEX #149071 Elf Green

📋 copy color: '#149071'

red 20 ◦ green 144 ◦ blue 113

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

Shades of Elf Green #149071

Tints of Elf Green #149071

RGB

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

 GREEN value IS 144 (56.64% from 255) = 51.99%

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

R = 7.22%
G = 51.99%
B = 40.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#149071 (or 0x149071) is known color: Elf Green. HEX triplet: 14, 90 and 71. RGB value is (20,144,113). Sum of RGB (Red+Green+Blue) = 20+144+113=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 144 (56.64% from 255 or 51.99% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 144 - color contains mainly: green. Hex color #149071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149071 is #EB6F8E. Grayscale: #676767. Windows color (decimal): -15429519 or 7442452. OLE color: 7442452.

HSL color Cylindrical-coordinate representation of color #149071: hue angle of 165º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149071 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 113 -
CMYK 0.86 0 0.22 0.44
HSL 165º 0.76% 0.32% -
HSV(B) 165º 0.86% 0.56% -
XYZ 13.24 21.29 19.03 -
YUV 103.39 133.42 68.52 -
System Red Green Blue C M Y K H S L
Decimal 20 144 113 0.86 0 0.22 0.44 165 0.76 0.32
Hex 14 90 71 56 0 16 2C A5 4C 20
Octal 24 220 161 126 0 26 54 245 114 40
Binary 10100 10010000 1110001 1010110 0 10110 101100 10100101 1001100 100000

Color Harmonies of #149071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149071

Black with #149071

Text Example


Text Example

White with #149071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149071; }

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

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

background-color css

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

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

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

border-color css

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

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

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