Shades of Pale Green #A3EDA0
Tints of Pale Green #A3EDA0
RGB
CMYK
RGB Variations
Color information
#A3EDA0 (or 0xA3EDA0) is known color: Pale Green. HEX triplet: A3, ED and A0. RGB value is (163,237,160). Sum of RGB (Red+Green+Blue) = 163+237+160=560 (74% of max value = 765). Red value is 163 (64.06% from 255 or 29.11% from 560); Green value is 237 (92.97% from 255 or 42.32% from 560); Blue value is 160 (62.89% from 255 or 28.57% from 560); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3EDA0 is #5C125F. Grayscale: #CECECE. Windows color (decimal): -6034016 or 10546595. OLE color: 10546595.
HSL color Cylindrical-coordinate representation of color #A3EDA0: hue angle of 117.66º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EDA0 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 160 | - |
| CMYK | 0.31 | 0 | 0.32 | 0.07 |
| HSL | 117.66º | 0.68% | 0.78% | - |
| HSV(B) | 117.66º | 0.32% | 0.93% | - |
| XYZ | 51.73 | 70.89 | 44.21 | - |
| YUV | 206.1 | 101.98 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 160 | 0.31 | 0 | 0.32 | 0.07 | 117.66 | 0.68 | 0.78 |
| Hex | A3 | ED | A0 | 1F | 0 | 20 | 7 | 76 | 44 | 4E |
| Octal | 243 | 355 | 240 | 37 | 0 | 40 | 7 | 166 | 104 | 116 |
| Binary | 10100011 | 11101101 | 10100000 | 11111 | 0 | 100000 | 111 | 1110110 | 1000100 | 1001110 |
Color Harmonies of #A3EDA0
Complementary color
Monochromatic Colors of #A3EDA0
Black with #A3EDA0
Text Example
Text Example
White with #A3EDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDA0; }
p { color: rgb(163,237,160); }
H1.HeaderClassName
{
color: #A3EDA0;
}
.AnyTagClassName
{
color: #A3EDA0;
}
</style>
background-color css
<style>
a { background-color: #A3EDA0; }
a { background-color: rgb(163,237,160); }
div.DivClassName
{
background-color: #A3EDA0;
}
.BgClassName
{
background-color: #A3EDA0;
}
</style>
border-color css
<style>
span { border-color: #A3EDA0; }
span { border-color: rgb(163,237,160); }
td.TdClassName
{
border-color: #A3EDA0;
}
.TagClassName
{
border-color: #A3EDA0;
}
</style>