#149761

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

Shades of Elf Green #149761

Tints of Elf Green #149761

Color information

#149761 (or 0x149761) is unknown color: approx Elf Green. HEX triplet: 14, 97 and 61. RGB value is (20,151,97). Sum of RGB (Red+Green+Blue) = 20+151+97=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #149761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #149761 is #EB689E. Grayscale: #696969. Windows color (decimal): -15427743 or 6395668. OLE color: 6395668.

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

Color convert

RGB2015197-
CMYK0.8700.360.41
HSL155.27º76.61%33.53%-
HSV(B)155.27º86.75%59.22%-
XYZ13.5123.1515.06-
YUV105.68123.166.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.46%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 97 (38.28% from 255) = 36.19%
R=7.46%
G=56.34%
B=36.19%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20151970.8700.360.41155.2776.6133.53
Hex14976157024299b4d22
Octal242271411270445123311542
Binary1010010010111110000110101110100100101001100110111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #149761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #149761; }

 p { color: rgb(20,151,97); }

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

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

 a { background-color: rgb(20,151,97); }

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

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

 span { border-color: rgb(20,151,97); }

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