Html Css Color HEX #149170 Elf Green

📋 copy color: '#149170'

red 20 ◦ green 145 ◦ blue 112

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

Shades of Elf Green #149170

Tints of Elf Green #149170

RGB

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

 GREEN value IS 145 (57.03% from 255) = 52.35%

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

R = 7.22%
G = 52.35%
B = 40.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#149170 (or 0x149170) is known color: Elf Green. HEX triplet: 14, 91 and 70. RGB value is (20,145,112). Sum of RGB (Red+Green+Blue) = 20+145+112=277 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.22% from 277); Green value is 145 (57.03% from 255 or 52.35% from 277); Blue value is 112 (44.14% from 255 or 40.43% from 277); Max value from RGB is 145 - color contains mainly: green. Hex color #149170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149170 is #EB6E8F. Grayscale: #676767. Windows color (decimal): -15429264 or 7377172. OLE color: 7377172.

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

Color convert

RGB 20 145 112 -
CMYK 0.86 0 0.23 0.43
HSL 164.16º 0.76% 0.32% -
HSV(B) 164.16º 0.86% 0.57% -
XYZ 13.34 21.57 18.79 -
YUV 103.86 132.59 68.18 -
System Red Green Blue C M Y K H S L
Decimal 20 145 112 0.86 0 0.23 0.43 164.16 0.76 0.32
Hex 14 91 70 56 0 17 2B A4 4C 20
Octal 24 221 160 126 0 27 53 244 114 40
Binary 10100 10010001 1110000 1010110 0 10111 101011 10100100 1001100 100000

Color Harmonies of #149170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149170

Black with #149170

Text Example


Text Example

White with #149170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149170; }

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

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

background-color css

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

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

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

border-color css

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

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

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