#149464

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

Shades of Elf Green #149464

Tints of Elf Green #149464

Color information

#149464 (or 0x149464) is unknown color: approx Elf Green. HEX triplet: 14, 94 and 64. RGB value is (20,148,100). Sum of RGB (Red+Green+Blue) = 20+148+100=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 148 (58.20% from 255 or 55.22% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 148 - color contains mainly: green. Hex color #149464 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149464 is #EB6B9B. Grayscale: #686868. Windows color (decimal): -15428508 or 6591508. OLE color: 6591508.

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

Color convert

RGB20148100-
CMYK0.8600.320.42
HSL157.5º76.19%32.94%-
HSV(B)157.5º86.49%58.04%-
XYZ13.1822.2515.66-
YUV104.26125.5967.9-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 148 (58.20% from 255) = 55.22%
BLUE value IS 100 (39.45% from 255) = 37.31%
R=7.46%
G=55.22%
B=37.31%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201481000.8600.320.42157.576.1932.94
Hex149464560202A9e4c21
Octal242241441260405223611441
Binary1010010010100110010010101100100000101010100111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149464; }

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

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

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

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

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

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

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

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