Html Css Color HEX #149070 Elf Green

📋 copy color: '#149070'

red 20 ◦ green 144 ◦ blue 112

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

Shades of Elf Green #149070

Tints of Elf Green #149070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 40.58%

R = 7.25%
G = 52.17%
B = 40.58%

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

#149070 (or 0x149070) is known color: Elf Green. HEX triplet: 14, 90 and 70. RGB value is (20,144,112). Sum of RGB (Red+Green+Blue) = 20+144+112=276 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.25% from 276); Green value is 144 (56.64% from 255 or 52.17% from 276); Blue value is 112 (44.14% from 255 or 40.58% from 276); Max value from RGB is 144 - color contains mainly: green. Hex color #149070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149070 is #EB6F8F. Grayscale: #676767. Windows color (decimal): -15429520 or 7376916. OLE color: 7376916.

HSL color Cylindrical-coordinate representation of color #149070: hue angle of 164.52º 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 #149070 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 112 -
CMYK 0.86 0 0.22 0.44
HSL 164.52º 0.76% 0.32% -
HSV(B) 164.52º 0.86% 0.56% -
XYZ 13.19 21.27 18.74 -
YUV 103.28 132.92 68.6 -
System Red Green Blue C M Y K H S L
Decimal 20 144 112 0.86 0 0.22 0.44 164.52 0.76 0.32
Hex 14 90 70 56 0 16 2C A5 4C 20
Octal 24 220 160 126 0 26 54 245 114 40
Binary 10100 10010000 1110000 1010110 0 10110 101100 10100101 1001100 100000

Color Harmonies of #149070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149070

Black with #149070

Text Example


Text Example

White with #149070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149070; }

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

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

background-color css

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

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

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

border-color css

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

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

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