#149061

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

Shades of Elf Green #149061

Tints of Elf Green #149061

Color information

#149061 (or 0x149061) is unknown color: approx Elf Green. HEX triplet: 14, 90 and 61. RGB value is (20,144,97). Sum of RGB (Red+Green+Blue) = 20+144+97=261 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.66% from 261); Green value is 144 (56.64% from 255 or 55.17% from 261); Blue value is 97 (38.28% from 255 or 37.16% from 261); Max value from RGB is 144 - color contains mainly: green. Hex color #149061 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149061 is #EB6F9E. Grayscale: #656565. Windows color (decimal): -15429535 or 6393876. OLE color: 6393876.

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

Color convert

RGB2014497-
CMYK0.8600.330.44
HSL157.26º75.61%32.16%-
HSV(B)157.26º86.11%56.47%-
XYZ12.4220.9614.7-
YUV101.57125.4269.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.66%
GREEN value IS 144 (56.64% from 255) = 55.17%
BLUE value IS 97 (38.28% from 255) = 37.16%
R=7.66%
G=55.17%
B=37.16%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144970.8600.330.44157.2675.6132.16
Hex149061560212C9d4c20
Octal242201411260415423511440
Binary1010010010000110000110101100100001101100100111011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149061; }

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

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

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

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

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

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

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

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