Shades of Pale Green #A3F296
Tints of Pale Green #A3F296
RGB
CMYK
RGB Variations
Color information
#A3F296 (or 0xA3F296) is known color: Pale Green. HEX triplet: A3, F2 and 96. RGB value is (163,242,150). Sum of RGB (Red+Green+Blue) = 163+242+150=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #A3F296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F296 is #5C0D69. Grayscale: #D0D0D0. Windows color (decimal): -6032746 or 9892515. OLE color: 9892515.
HSL color Cylindrical-coordinate representation of color #A3F296: hue angle of 111.52º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A3F296 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 242 | 150 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.05 |
| HSL | 111.52º | 0.78% | 0.77% | - |
| HSV(B) | 111.52º | 0.38% | 0.95% | - |
| XYZ | 52.36 | 73.49 | 40.28 | - |
| YUV | 207.89 | 95.33 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 242 | 150 | 0.33 | 0 | 0.38 | 0.05 | 111.52 | 0.78 | 0.77 |
| Hex | A3 | F2 | 96 | 21 | 0 | 26 | 5 | 70 | 4E | 4D |
| Octal | 243 | 362 | 226 | 41 | 0 | 46 | 5 | 160 | 116 | 115 |
| Binary | 10100011 | 11110010 | 10010110 | 100001 | 0 | 100110 | 101 | 1110000 | 1001110 | 1001101 |
Color Harmonies of #A3F296
Complementary color
Monochromatic Colors of #A3F296
Black with #A3F296
Text Example
Text Example
White with #A3F296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3F296; }
p { color: rgb(163,242,150); }
H1.HeaderClassName
{
color: #A3F296;
}
.AnyTagClassName
{
color: #A3F296;
}
</style>
background-color css
<style>
a { background-color: #A3F296; }
a { background-color: rgb(163,242,150); }
div.DivClassName
{
background-color: #A3F296;
}
.BgClassName
{
background-color: #A3F296;
}
</style>
border-color css
<style>
span { border-color: #A3F296; }
span { border-color: rgb(163,242,150); }
td.TdClassName
{
border-color: #A3F296;
}
.TagClassName
{
border-color: #A3F296;
}
</style>