Html Css Color HEX #149164 Elf Green

📋 copy color: '#149164'

red 20 ◦ green 145 ◦ blue 100

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

Shades of Elf Green #149164

Tints of Elf Green #149164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.74%

R = 7.55%
G = 54.72%
B = 37.74%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#149164 (or 0x149164) is known color: Elf Green. HEX triplet: 14, 91 and 64. RGB value is (20,145,100). Sum of RGB (Red+Green+Blue) = 20+145+100=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 145 (57.03% from 255 or 54.72% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 145 - color contains mainly: green. Hex color #149164 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149164 is #EB6E9B. Grayscale: #666666. Windows color (decimal): -15429276 or 6590740. OLE color: 6590740.

HSL color Cylindrical-coordinate representation of color #149164: hue angle of 158.4º 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 #149164 is Cyan = 0.86, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 145 100 -
CMYK 0.86 0 0.31 0.43
HSL 158.4º 0.76% 0.32% -
HSV(B) 158.4º 0.86% 0.57% -
XYZ 12.71 21.32 15.5 -
YUV 102.5 126.59 69.16 -
System Red Green Blue C M Y K H S L
Decimal 20 145 100 0.86 0 0.31 0.43 158.4 0.76 0.32
Hex 14 91 64 56 0 1F 2B 9E 4C 20
Octal 24 221 144 126 0 37 53 236 114 40
Binary 10100 10010001 1100100 1010110 0 11111 101011 10011110 1001100 100000

Color Harmonies of #149164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149164

Black with #149164

Text Example


Text Example

White with #149164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149164; }

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

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

background-color css

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

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

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

border-color css

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

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

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