Html Css Color HEX #149666 Elf Green

📋 copy color: '#149666'

red 20 ◦ green 150 ◦ blue 102

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

Shades of Elf Green #149666

Tints of Elf Green #149666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.5%

R = 7.35%
G = 55.15%
B = 37.5%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#149666 (or 0x149666) is known color: Elf Green. HEX triplet: 14, 96 and 66. RGB value is (20,150,102). Sum of RGB (Red+Green+Blue) = 20+150+102=272 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.35% from 272); Green value is 150 (58.98% from 255 or 55.15% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 150 - color contains mainly: green. Hex color #149666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149666 is #EB6999. Grayscale: #696969. Windows color (decimal): -15427994 or 6723092. OLE color: 6723092.

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

Color convert

RGB 20 150 102 -
CMYK 0.87 0 0.32 0.41
HSL 157.85º 0.76% 0.33% -
HSV(B) 157.85º 0.87% 0.59% -
XYZ 13.59 22.92 16.28 -
YUV 105.66 125.93 66.9 -
System Red Green Blue C M Y K H S L
Decimal 20 150 102 0.87 0 0.32 0.41 157.85 0.76 0.33
Hex 14 96 66 57 0 20 29 9E 4C 21
Octal 24 226 146 127 0 40 51 236 114 41
Binary 10100 10010110 1100110 1010111 0 100000 101001 10011110 1001100 100001

Color Harmonies of #149666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149666

Black with #149666

Text Example


Text Example

White with #149666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149666; }

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

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

background-color css

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

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

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

border-color css

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

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

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