#149062

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

Shades of Elf Green #149062

Tints of Elf Green #149062

Color information

#149062 (or 0x149062) is unknown color: approx Elf Green. HEX triplet: 14, 90 and 62. RGB value is (20,144,98). Sum of RGB (Red+Green+Blue) = 20+144+98=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 144 (56.64% from 255 or 54.96% from 262); Blue value is 98 (38.67% from 255 or 37.40% from 262); Max value from RGB is 144 - color contains mainly: green. Hex color #149062 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149062 is #EB6F9D. Grayscale: #656565. Windows color (decimal): -15429534 or 6459412. OLE color: 6459412.

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

Color convert

RGB2014498-
CMYK0.8600.320.44
HSL157.74º75.61%32.16%-
HSV(B)157.74º86.11%56.47%-
XYZ12.4720.9814.95-
YUV101.68125.9269.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 144 (56.64% from 255) = 54.96%
BLUE value IS 98 (38.67% from 255) = 37.40%
R=7.63%
G=54.96%
B=37.40%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20144980.8600.320.44157.7475.6132.16
Hex149062560202C9e4c20
Octal242201421260405423611440
Binary1010010010000110001010101100100000101100100111101001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149062; }

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

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

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

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

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

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

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

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