#149460

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

Shades of Elf Green #149460

Tints of Elf Green #149460

Color information

#149460 (or 0x149460) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 60. RGB value is (20,148,96). Sum of RGB (Red+Green+Blue) = 20+148+96=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #149460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149460 is #EB6B9F. Grayscale: #676767. Windows color (decimal): -15428512 or 6329364. OLE color: 6329364.

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

Color convert

RGB2014896-
CMYK0.8600.350.42
HSL155.62º76.19%32.94%-
HSV(B)155.62º86.49%58.04%-
XYZ12.9922.1714.66-
YUV103.8123.5968.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 96 (37.89% from 255) = 36.36%
R=7.58%
G=56.06%
B=36.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20148960.8600.350.42155.6276.1932.94
Hex149460560232A9c4c21
Octal242241401260435223411441
Binary1010010010100110000010101100100011101010100111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149460; }

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

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

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

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

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

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

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

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