Html Css Color HEX #149275 Elf Green

📋 copy color: '#149275'

red 20 ◦ green 146 ◦ blue 117

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

Shades of Elf Green #149275

Tints of Elf Green #149275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.59%

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

R = 7.07%
G = 51.59%
B = 41.34%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.20

 K value IS 0.43

RGB Variations

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

Color information

#149275 (or 0x149275) is known color: Elf Green. HEX triplet: 14, 92 and 75. RGB value is (20,146,117). Sum of RGB (Red+Green+Blue) = 20+146+117=283 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.07% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #149275 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149275 is #EB6D8A. Grayscale: #696969. Windows color (decimal): -15429003 or 7705108. OLE color: 7705108.

HSL color Cylindrical-coordinate representation of color #149275: hue angle of 166.19º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #149275 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 146 117 -
CMYK 0.86 0 0.20 0.43
HSL 166.19º 0.76% 0.33% -
HSV(B) 166.19º 0.86% 0.57% -
XYZ 13.78 21.99 20.35 -
YUV 105.02 134.76 67.36 -
System Red Green Blue C M Y K H S L
Decimal 20 146 117 0.86 0 0.20 0.43 166.19 0.76 0.33
Hex 14 92 75 56 0 14 2B A6 4C 21
Octal 24 222 165 126 0 24 53 246 114 41
Binary 10100 10010010 1110101 1010110 0 10100 101011 10100110 1001100 100001

Color Harmonies of #149275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #149275

Black with #149275

Text Example


Text Example

White with #149275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #149275; }

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

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

background-color css

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

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

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

border-color css

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

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

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