Html Css Color HEX #149162 Elf Green

📋 copy color: '#149162'

red 20 ◦ green 145 ◦ blue 98

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

Shades of Elf Green #149162

Tints of Elf Green #149162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 7.6%
G = 55.13%
B = 37.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#149162 (or 0x149162) is known color: Elf Green. HEX triplet: 14, 91 and 62. RGB value is (20,145,98). Sum of RGB (Red+Green+Blue) = 20+145+98=263 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.60% from 263); Green value is 145 (57.03% from 255 or 55.13% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 145 - color contains mainly: green. Hex color #149162 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149162 is #EB6E9D. Grayscale: #666666. Windows color (decimal): -15429278 or 6459668. OLE color: 6459668.

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

Color convert

RGB 20 145 98 -
CMYK 0.86 0 0.32 0.43
HSL 157.44º 0.76% 0.32% -
HSV(B) 157.44º 0.86% 0.57% -
XYZ 12.62 21.28 15 -
YUV 102.27 125.59 69.32 -
System Red Green Blue C M Y K H S L
Decimal 20 145 98 0.86 0 0.32 0.43 157.44 0.76 0.32
Hex 14 91 62 56 0 20 2B 9D 4C 20
Octal 24 221 142 126 0 40 53 235 114 40
Binary 10100 10010001 1100010 1010110 0 100000 101011 10011101 1001100 100000

Color Harmonies of #149162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149162

Black with #149162

Text Example


Text Example

White with #149162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149162; }

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

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

background-color css

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

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

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

border-color css

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

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

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