#149578

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

Shades of Elf Green #149578

Tints of Elf Green #149578

Color information

#149578 (or 0x149578) is unknown color: approx Elf Green. HEX triplet: 14, 95 and 78. RGB value is (20,149,120). Sum of RGB (Red+Green+Blue) = 20+149+120=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 149 (58.59% from 255 or 51.56% from 289); Blue value is 120 (47.27% from 255 or 41.52% from 289); Max value from RGB is 149 - color contains mainly: green. Hex color #149578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149578 is #EB6A87. Grayscale: #6B6B6B. Windows color (decimal): -15428232 or 7902484. OLE color: 7902484.

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

Color convert

RGB20149120-
CMYK0.8700.190.42
HSL166.51º76.33%33.14%-
HSV(B)166.51º86.58%58.43%-
XYZ14.432321.45-
YUV107.12135.2665.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.92%
GREEN value IS 149 (58.59% from 255) = 51.56%
BLUE value IS 120 (47.27% from 255) = 41.52%
R=6.92%
G=51.56%
B=41.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201491200.8700.190.42166.5176.3333.14
Hex149578570132Aa74c21
Octal242251701270235224711441
Binary101001001010111110001010111010011101010101001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149578; }

 p { color: rgb(20,149,120); }

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

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

 a { background-color: rgb(20,149,120); }

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

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

 span { border-color: rgb(20,149,120); }

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