Shades of Pale Green #A2F394
Tints of Pale Green #A2F394
RGB
CMYK
RGB Variations
Color information
#A2F394 (or 0xA2F394) is known color: Pale Green. HEX triplet: A2, F3 and 94. RGB value is (162,243,148). Sum of RGB (Red+Green+Blue) = 162+243+148=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 243 (95.31% from 255 or 43.94% from 553); Blue value is 148 (58.20% from 255 or 26.76% from 553); Max value from RGB is 243 - color contains mainly: green. Hex color #A2F394 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F394 is #5D0C6B. Grayscale: #D0D0D0. Windows color (decimal): -6098028 or 9761698. OLE color: 9761698.
HSL color Cylindrical-coordinate representation of color #A2F394: hue angle of 111.16º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2F394 is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 243 | 148 | - |
| CMYK | 0.33 | 0 | 0.39 | 0.05 |
| HSL | 111.16º | 0.8% | 0.77% | - |
| HSV(B) | 111.16º | 0.39% | 0.95% | - |
| XYZ | 52.3 | 73.92 | 39.53 | - |
| YUV | 207.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 243 | 148 | 0.33 | 0 | 0.39 | 0.05 | 111.16 | 0.8 | 0.77 |
| Hex | A2 | F3 | 94 | 21 | 0 | 27 | 5 | 6F | 50 | 4D |
| Octal | 242 | 363 | 224 | 41 | 0 | 47 | 5 | 157 | 120 | 115 |
| Binary | 10100010 | 11110011 | 10010100 | 100001 | 0 | 100111 | 101 | 1101111 | 1010000 | 1001101 |
Color Harmonies of #A2F394
Complementary color
Monochromatic Colors of #A2F394
Black with #A2F394
Text Example
Text Example
White with #A2F394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F394; }
p { color: rgb(162,243,148); }
H1.HeaderClassName
{
color: #A2F394;
}
.AnyTagClassName
{
color: #A2F394;
}
</style>
background-color css
<style>
a { background-color: #A2F394; }
a { background-color: rgb(162,243,148); }
div.DivClassName
{
background-color: #A2F394;
}
.BgClassName
{
background-color: #A2F394;
}
</style>
border-color css
<style>
span { border-color: #A2F394; }
span { border-color: rgb(162,243,148); }
td.TdClassName
{
border-color: #A2F394;
}
.TagClassName
{
border-color: #A2F394;
}
</style>