Html Css Color HEX #149470 Elf Green

📋 copy color: '#149470'

red 20 ◦ green 148 ◦ blue 112

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

Shades of Elf Green #149470

Tints of Elf Green #149470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 52.86%

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

R = 7.14%
G = 52.86%
B = 40%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#149470 (or 0x149470) is known color: Elf Green. HEX triplet: 14, 94 and 70. RGB value is (20,148,112). Sum of RGB (Red+Green+Blue) = 20+148+112=280 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.14% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #149470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149470 is #EB6B8F. Grayscale: #696969. Windows color (decimal): -15428496 or 7377940. OLE color: 7377940.

HSL color Cylindrical-coordinate representation of color #149470: hue angle of 163.12º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149470 is Cyan = 0.86, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 148 112 -
CMYK 0.86 0 0.24 0.42
HSL 163.13º 0.76% 0.33% -
HSV(B) 163.13º 0.86% 0.58% -
XYZ 13.8 22.5 18.94 -
YUV 105.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 20 148 112 0.86 0 0.24 0.42 163.13 0.76 0.33
Hex 14 94 70 56 0 18 2A A3 4C 21
Octal 24 224 160 126 0 30 52 243 114 41
Binary 10100 10010100 1110000 1010110 0 11000 101010 10100011 1001100 100001

Color Harmonies of #149470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149470

Black with #149470

Text Example


Text Example

White with #149470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149470; }

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

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

background-color css

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

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

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

border-color css

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

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

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