Html Css Color HEX #149075 Elf Green

📋 copy color: '#149075'

red 20 ◦ green 144 ◦ blue 117

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

Shades of Elf Green #149075

Tints of Elf Green #149075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 41.64%

R = 7.12%
G = 51.25%
B = 41.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#149075 (or 0x149075) is known color: Elf Green. HEX triplet: 14, 90 and 75. RGB value is (20,144,117). Sum of RGB (Red+Green+Blue) = 20+144+117=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #149075 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149075 is #EB6F8A. Grayscale: #676767. Windows color (decimal): -15429515 or 7704596. OLE color: 7704596.

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

Color convert

RGB 20 144 117 -
CMYK 0.86 0 0.19 0.44
HSL 166.94º 0.76% 0.32% -
HSV(B) 166.94º 0.86% 0.56% -
XYZ 13.47 21.38 20.25 -
YUV 103.85 135.42 68.2 -
System Red Green Blue C M Y K H S L
Decimal 20 144 117 0.86 0 0.19 0.44 166.94 0.76 0.32
Hex 14 90 75 56 0 13 2C A7 4C 20
Octal 24 220 165 126 0 23 54 247 114 40
Binary 10100 10010000 1110101 1010110 0 10011 101100 10100111 1001100 100000

Color Harmonies of #149075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149075

Black with #149075

Text Example


Text Example

White with #149075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149075; }

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

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

background-color css

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

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

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

border-color css

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

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

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