#149065

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

Shades of Elf Green #149065

Tints of Elf Green #149065

Color information

#149065 (or 0x149065) is unknown color: approx Elf Green. HEX triplet: 14, 90 and 65. RGB value is (20,144,101). Sum of RGB (Red+Green+Blue) = 20+144+101=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 101 (39.84% from 255 or 38.11% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #149065 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149065 is #EB6F9A. Grayscale: #666666. Windows color (decimal): -15429531 or 6656020. OLE color: 6656020.

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

Color convert

RGB20144101-
CMYK0.8600.300.44
HSL159.19º75.61%32.16%-
HSV(B)159.19º86.11%56.47%-
XYZ12.6121.0315.71-
YUV102.02127.4269.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 101 (39.84% from 255) = 38.11%
R=7.55%
G=54.34%
B=38.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201441010.8600.300.44159.1975.6132.16
Hex1490655601E2C9f4c20
Octal242201451260365423711440
Binary101001001000011001011010110011110101100100111111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149065; }

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

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

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

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

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

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

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

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