#149461

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

Shades of Elf Green #149461

Tints of Elf Green #149461

Color information

#149461 (or 0x149461) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 61. RGB value is (20,148,97). Sum of RGB (Red+Green+Blue) = 20+148+97=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 97 (38.28% from 255 or 36.60% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #149461 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149461 is #EB6B9E. Grayscale: #676767. Windows color (decimal): -15428511 or 6394900. OLE color: 6394900.

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

Color convert

RGB2014897-
CMYK0.8600.340.42
HSL156.09º76.19%32.94%-
HSV(B)156.09º86.49%58.04%-
XYZ13.0422.1914.91-
YUV103.91124.0968.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 97 (38.28% from 255) = 36.60%
R=7.55%
G=55.85%
B=36.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148970.8600.340.42156.0976.1932.94
Hex149461560222A9c4c21
Octal242241411260425223411441
Binary1010010010100110000110101100100010101010100111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149461; }

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

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

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

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

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

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

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

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