#149263

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

Shades of Elf Green #149263

Tints of Elf Green #149263

Color information

#149263 (or 0x149263) is unknown color: approx Elf Green. HEX triplet: 14, 92 and 63. RGB value is (20,146,99). Sum of RGB (Red+Green+Blue) = 20+146+99=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 146 (57.42% from 255 or 55.09% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 146 - color contains mainly: green. Hex color #149263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149263 is #EB6D9C. Grayscale: #676767. Windows color (decimal): -15429021 or 6525460. OLE color: 6525460.

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

Color convert

RGB2014699-
CMYK0.8600.320.43
HSL157.62º75.9%32.55%-
HSV(B)157.62º86.3%57.25%-
XYZ12.8221.6115.3-
YUV102.97125.7668.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.55%
GREEN value IS 146 (57.42% from 255) = 55.09%
BLUE value IS 99 (39.06% from 255) = 37.36%
R=7.55%
G=55.09%
B=37.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20146990.8600.320.43157.6275.932.55
Hex149263560202B9e4c21
Octal242221431260405323611441
Binary1010010010010110001110101100100000101011100111101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149263; }

 p { color: rgb(20,146,99); }

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

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

 a { background-color: rgb(20,146,99); }

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

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

 span { border-color: rgb(20,146,99); }

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