Shades of Pale Green #A5F3A2
Tints of Pale Green #A5F3A2
RGB
CMYK
RGB Variations
Color information
#A5F3A2 (or 0xA5F3A2) is known color: Pale Green. HEX triplet: A5, F3 and A2. RGB value is (165,243,162). Sum of RGB (Red+Green+Blue) = 165+243+162=570 (75% of max value = 765). Red value is 165 (64.84% from 255 or 28.95% from 570); Green value is 243 (95.31% from 255 or 42.63% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 243 - color contains mainly: green. Hex color #A5F3A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F3A2 is #5A0C5D. Grayscale: #D2D2D2. Windows color (decimal): -5901406 or 10679205. OLE color: 10679205.
HSL color Cylindrical-coordinate representation of color #A5F3A2: hue angle of 117.78º degrees, saturation: 0.77, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F3A2 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 243 | 162 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.05 |
| HSL | 117.78º | 0.77% | 0.79% | - |
| HSV(B) | 117.78º | 0.33% | 0.95% | - |
| XYZ | 54.09 | 74.71 | 45.75 | - |
| YUV | 210.44 | 100.66 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 243 | 162 | 0.32 | 0 | 0.33 | 0.05 | 117.78 | 0.77 | 0.79 |
| Hex | A5 | F3 | A2 | 20 | 0 | 21 | 5 | 76 | 4D | 4F |
| Octal | 245 | 363 | 242 | 40 | 0 | 41 | 5 | 166 | 115 | 117 |
| Binary | 10100101 | 11110011 | 10100010 | 100000 | 0 | 100001 | 101 | 1110110 | 1001101 | 1001111 |
Color Harmonies of #A5F3A2
Complementary color
Monochromatic Colors of #A5F3A2
Black with #A5F3A2
Text Example
Text Example
White with #A5F3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F3A2; }
p { color: rgb(165,243,162); }
H1.HeaderClassName
{
color: #A5F3A2;
}
.AnyTagClassName
{
color: #A5F3A2;
}
</style>
background-color css
<style>
a { background-color: #A5F3A2; }
a { background-color: rgb(165,243,162); }
div.DivClassName
{
background-color: #A5F3A2;
}
.BgClassName
{
background-color: #A5F3A2;
}
</style>
border-color css
<style>
span { border-color: #A5F3A2; }
span { border-color: rgb(165,243,162); }
td.TdClassName
{
border-color: #A5F3A2;
}
.TagClassName
{
border-color: #A5F3A2;
}
</style>