#A0EB9F

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

Shades of Pale Green #A0EB9F

Tints of Pale Green #A0EB9F

Color information

#A0EB9F (or 0xA0EB9F) is unknown color: approx Pale Green. HEX triplet: A0, EB and 9F. RGB value is (160,235,159). Sum of RGB (Red+Green+Blue) = 160+235+159=554 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.88% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 159 (62.5% from 255 or 28.70% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB9F is #5F1460. Grayscale: #CCCCCC. Windows color (decimal): -6231137 or 10480544. OLE color: 10480544.

HSL color Cylindrical-coordinate representation of color #A0EB9F: hue angle of 119.21º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EB9F is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB160235159-
CMYK0.3200.320.08
HSL119.21º65.52%77.25%-
HSV(B)119.21º32.34%92.16%-
XYZ50.4669.3943.54-
YUV203.91102.6596.68-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 28.88%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 159 (62.5% from 255) = 28.70%
R=28.88%
G=42.42%
B=28.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602351590.3200.320.08119.2165.5277.25
HexA0EB9F20020877424d
Octal2403532374004010167102115
Binary10100000111010111001111110000001000001000111011110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EB9F; }

 p { color: rgb(160,235,159); }

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

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

 a { background-color: rgb(160,235,159); }

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

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

 span { border-color: rgb(160,235,159); }

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