#149970

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

Shades of Elf Green #149970

Tints of Elf Green #149970

Color information

#149970 (or 0x149970) is unknown color: approx Elf Green. HEX triplet: 14, 99 and 70. RGB value is (20,153,112). Sum of RGB (Red+Green+Blue) = 20+153+112=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 112 (44.14% from 255 or 39.30% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #149970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149970 is #EB668F. Grayscale: #6C6C6C. Windows color (decimal): -15427216 or 7379220. OLE color: 7379220.

HSL color Cylindrical-coordinate representation of color #149970: hue angle of 161.5º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #149970 is Cyan = 0.87, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB20153112-
CMYK0.8700.270.4
HSL161.5º76.88%33.92%-
HSV(B)161.5º86.93%60%-
XYZ14.624.119.21-
YUV108.56129.9464.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 112 (44.14% from 255) = 39.30%
R=7.02%
G=53.68%
B=39.30%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal201531120.8700.270.4161.576.8833.92
Hex1499705701B28a24d22
Octal242311601270335024211542
Binary101001001100111100001010111011011101000101000101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149970; }

 p { color: rgb(20,153,112); }

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

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

 a { background-color: rgb(20,153,112); }

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

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

 span { border-color: rgb(20,153,112); }

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