Html Css Color HEX #149670 Elf Green

📋 copy color: '#149670'

red 20 ◦ green 150 ◦ blue 112

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

Shades of Elf Green #149670

Tints of Elf Green #149670

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

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

R = 7.09%
G = 53.19%
B = 39.72%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#149670 (or 0x149670) is known color: Elf Green. HEX triplet: 14, 96 and 70. RGB value is (20,150,112). Sum of RGB (Red+Green+Blue) = 20+150+112=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 112 (44.14% from 255 or 39.72% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #149670 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149670 is #EB698F. Grayscale: #6A6A6A. Windows color (decimal): -15427984 or 7378452. OLE color: 7378452.

HSL color Cylindrical-coordinate representation of color #149670: hue angle of 162.46º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149670 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 112 -
CMYK 0.87 0 0.25 0.41
HSL 162.46º 0.76% 0.33% -
HSV(B) 162.46º 0.87% 0.59% -
XYZ 14.12 23.13 19.05 -
YUV 106.8 130.93 66.09 -
System Red Green Blue C M Y K H S L
Decimal 20 150 112 0.87 0 0.25 0.41 162.46 0.76 0.33
Hex 14 96 70 57 0 19 29 A2 4C 21
Octal 24 226 160 127 0 31 51 242 114 41
Binary 10100 10010110 1110000 1010111 0 11001 101001 10100010 1001100 100001

Color Harmonies of #149670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149670

Black with #149670

Text Example


Text Example

White with #149670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149670; }

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

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

background-color css

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

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

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

border-color css

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

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

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