#149471

Color #149471 Elf Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Elf Green #149471

Tints of Elf Green #149471

Color information

#149471 (or 0x149471) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 71. RGB value is (20,148,113). Sum of RGB (Red+Green+Blue) = 20+148+113=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 148 (58.20% from 255 or 52.67% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 148 - color contains mainly: green. Hex color #149471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149471 is #EB6B8E. Grayscale: #696969. Windows color (decimal): -15428495 or 7443476. OLE color: 7443476.

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

Color convert

RGB20148113-
CMYK0.8600.240.42
HSL163.59º76.19%32.94%-
HSV(B)163.59º86.49%58.04%-
XYZ13.8622.5219.24-
YUV105.74132.0966.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 148 (58.20% from 255) = 52.67%
BLUE value IS 113 (44.53% from 255) = 40.21%
R=7.12%
G=52.67%
B=40.21%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481130.8600.240.42163.5976.1932.94
Hex149471560182Aa44c21
Octal242241611260305224411441
Binary101001001010011100011010110011000101010101001001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149471; }

 p { color: rgb(20,148,113); }

 H1.HeaderClassName
 {
   color: #149471;
 }
 .AnyTagClassName
 {
   color: #149471;
 }
</style>
background-color css

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

 a { background-color: rgb(20,148,113); }

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

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

 span { border-color: rgb(20,148,113); }

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