#146150

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

Shades of Eden #146150

Tints of Eden #146150

Color information

#146150 (or 0x146150) is unknown color: approx Eden. HEX triplet: 14, 61 and 50. RGB value is (20,97,80). Sum of RGB (Red+Green+Blue) = 20+97+80=197 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.15% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 80 (31.64% from 255 or 40.61% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #146150 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146150 is #EB9EAF. Grayscale: #484848. Windows color (decimal): -15441584 or 5267732. OLE color: 5267732.

HSL color Cylindrical-coordinate representation of color #146150: hue angle of 166.75º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #146150 is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB209780-
CMYK0.7900.180.62
HSL166.75º65.81%22.94%-
HSV(B)166.75º79.38%38.04%-
XYZ6.019.289.06-
YUV72.04132.4990.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.15%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 80 (31.64% from 255) = 40.61%
R=10.15%
G=49.24%
B=40.61%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097800.7900.180.62166.7565.8122.94
Hex1461504F0123Ea74217
Octal241411201170227624710227
Binary1010011000011010000100111101001011111010100111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146150; }

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

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

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

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

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

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

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

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