Html Css Color HEX #149660 Elf Green

📋 copy color: '#149660'

red 20 ◦ green 150 ◦ blue 96

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

Shades of Elf Green #149660

Tints of Elf Green #149660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 7.52%
G = 56.39%
B = 36.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#149660 (or 0x149660) is known color: Elf Green. HEX triplet: 14, 96 and 60. RGB value is (20,150,96). Sum of RGB (Red+Green+Blue) = 20+150+96=266 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.52% from 266); Green value is 150 (58.98% from 255 or 56.39% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 150 - color contains mainly: green. Hex color #149660 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149660 is #EB699F. Grayscale: #696969. Windows color (decimal): -15428000 or 6329876. OLE color: 6329876.

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

Color convert

RGB 20 150 96 -
CMYK 0.87 0 0.36 0.41
HSL 155.08º 0.76% 0.33% -
HSV(B) 155.08º 0.87% 0.59% -
XYZ 13.31 22.81 14.77 -
YUV 104.97 122.93 67.39 -
System Red Green Blue C M Y K H S L
Decimal 20 150 96 0.87 0 0.36 0.41 155.08 0.76 0.33
Hex 14 96 60 57 0 24 29 9B 4C 21
Octal 24 226 140 127 0 44 51 233 114 41
Binary 10100 10010110 1100000 1010111 0 100100 101001 10011011 1001100 100001

Color Harmonies of #149660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149660

Black with #149660

Text Example


Text Example

White with #149660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149660; }

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

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

background-color css

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

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

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

border-color css

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

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

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