Shades of Pale Green #A2F69A
Tints of Pale Green #A2F69A
RGB
CMYK
RGB Variations
Color information
#A2F69A (or 0xA2F69A) is known color: Pale Green. HEX triplet: A2, F6 and 9A. RGB value is (162,246,154). Sum of RGB (Red+Green+Blue) = 162+246+154=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #A2F69A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F69A is #5D0965. Grayscale: #D2D2D2. Windows color (decimal): -6097254 or 10155682. OLE color: 10155682.
HSL color Cylindrical-coordinate representation of color #A2F69A: hue angle of 114.78º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A2F69A is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 246 | 154 | - |
| CMYK | 0.34 | 0 | 0.37 | 0.04 |
| HSL | 114.78º | 0.84% | 0.78% | - |
| HSV(B) | 114.78º | 0.37% | 0.96% | - |
| XYZ | 53.69 | 75.93 | 42.4 | - |
| YUV | 210.4 | 96.17 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 246 | 154 | 0.34 | 0 | 0.37 | 0.04 | 114.78 | 0.84 | 0.78 |
| Hex | A2 | F6 | 9A | 22 | 0 | 25 | 4 | 73 | 54 | 4E |
| Octal | 242 | 366 | 232 | 42 | 0 | 45 | 4 | 163 | 124 | 116 |
| Binary | 10100010 | 11110110 | 10011010 | 100010 | 0 | 100101 | 100 | 1110011 | 1010100 | 1001110 |
Color Harmonies of #A2F69A
Complementary color
Monochromatic Colors of #A2F69A
Black with #A2F69A
Text Example
Text Example
White with #A2F69A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F69A; }
p { color: rgb(162,246,154); }
H1.HeaderClassName
{
color: #A2F69A;
}
.AnyTagClassName
{
color: #A2F69A;
}
</style>
background-color css
<style>
a { background-color: #A2F69A; }
a { background-color: rgb(162,246,154); }
div.DivClassName
{
background-color: #A2F69A;
}
.BgClassName
{
background-color: #A2F69A;
}
</style>
border-color css
<style>
span { border-color: #A2F69A; }
span { border-color: rgb(162,246,154); }
td.TdClassName
{
border-color: #A2F69A;
}
.TagClassName
{
border-color: #A2F69A;
}
</style>