Html Css Color HEX #149161 Elf Green

📋 copy color: '#149161'

red 20 ◦ green 145 ◦ blue 97

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

Shades of Elf Green #149161

Tints of Elf Green #149161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 7.63%
G = 55.34%
B = 37.02%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#149161 (or 0x149161) is known color: Elf Green. HEX triplet: 14, 91 and 61. RGB value is (20,145,97). Sum of RGB (Red+Green+Blue) = 20+145+97=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 145 (57.03% from 255 or 55.34% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 145 - color contains mainly: green. Hex color #149161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149161 is #EB6E9E. Grayscale: #666666. Windows color (decimal): -15429279 or 6394132. OLE color: 6394132.

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

Color convert

RGB 20 145 97 -
CMYK 0.86 0 0.33 0.43
HSL 156.96º 0.76% 0.32% -
HSV(B) 156.96º 0.86% 0.57% -
XYZ 12.57 21.26 14.75 -
YUV 102.15 125.09 69.4 -
System Red Green Blue C M Y K H S L
Decimal 20 145 97 0.86 0 0.33 0.43 156.96 0.76 0.32
Hex 14 91 61 56 0 21 2B 9D 4C 20
Octal 24 221 141 126 0 41 53 235 114 40
Binary 10100 10010001 1100001 1010110 0 100001 101011 10011101 1001100 100000

Color Harmonies of #149161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149161

Black with #149161

Text Example


Text Example

White with #149161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149161; }

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

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

background-color css

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

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

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

border-color css

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

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

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