Html Css Color HEX #149062 Elf Green

📋 copy color: '#149062'

red 20 ◦ green 144 ◦ blue 98

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

Shades of Elf Green #149062

Tints of Elf Green #149062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.96%

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

R = 7.63%
G = 54.96%
B = 37.4%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#149062 (or 0x149062) is known color: Elf Green. HEX triplet: 14, 90 and 62. RGB value is (20,144,98). Sum of RGB (Red+Green+Blue) = 20+144+98=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #149062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149062 is #EB6F9D. Grayscale: #656565. Windows color (decimal): -15429534 or 6459412. OLE color: 6459412.

HSL color Cylindrical-coordinate representation of color #149062: hue angle of 157.74º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149062 is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 144 98 -
CMYK 0.86 0 0.32 0.44
HSL 157.74º 0.76% 0.32% -
HSV(B) 157.74º 0.86% 0.56% -
XYZ 12.47 20.98 14.95 -
YUV 101.68 125.92 69.74 -
System Red Green Blue C M Y K H S L
Decimal 20 144 98 0.86 0 0.32 0.44 157.74 0.76 0.32
Hex 14 90 62 56 0 20 2C 9E 4C 20
Octal 24 220 142 126 0 40 54 236 114 40
Binary 10100 10010000 1100010 1010110 0 100000 101100 10011110 1001100 100000

Color Harmonies of #149062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149062

Black with #149062

Text Example


Text Example

White with #149062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149062; }

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

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

background-color css

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

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

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

border-color css

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

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

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