Html Css Color HEX #149672 Elf Green

📋 copy color: '#149672'

red 20 ◦ green 150 ◦ blue 114

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

Shades of Elf Green #149672

Tints of Elf Green #149672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.14%

R = 7.04%
G = 52.82%
B = 40.14%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#149672 (or 0x149672) is known color: Elf Green. HEX triplet: 14, 96 and 72. RGB value is (20,150,114). Sum of RGB (Red+Green+Blue) = 20+150+114=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #149672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149672 is #EB698D. Grayscale: #6B6B6B. Windows color (decimal): -15427982 or 7509524. OLE color: 7509524.

HSL color Cylindrical-coordinate representation of color #149672: hue angle of 163.38º 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 #149672 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 150 114 -
CMYK 0.87 0 0.24 0.41
HSL 163.38º 0.76% 0.33% -
HSV(B) 163.38º 0.87% 0.59% -
XYZ 14.23 23.18 19.64 -
YUV 107.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 20 150 114 0.87 0 0.24 0.41 163.38 0.76 0.33
Hex 14 96 72 57 0 18 29 A3 4C 21
Octal 24 226 162 127 0 30 51 243 114 41
Binary 10100 10010110 1110010 1010111 0 11000 101001 10100011 1001100 100001

Color Harmonies of #149672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149672

Black with #149672

Text Example


Text Example

White with #149672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149672; }

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

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

background-color css

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

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

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

border-color css

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

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

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