Shades of Pale Green #A5F4A7
Tints of Pale Green #A5F4A7
RGB
CMYK
RGB Variations
Color information
#A5F4A7 (or 0xA5F4A7) is known color: Pale Green. HEX triplet: A5, F4 and A7. RGB value is (165,244,167). Sum of RGB (Red+Green+Blue) = 165+244+167=576 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.65% from 576); Green value is 244 (95.70% from 255 or 42.36% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F4A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F4A7 is #5A0B58. Grayscale: #D3D3D3. Windows color (decimal): -5901145 or 11007141. OLE color: 11007141.
HSL color Cylindrical-coordinate representation of color #A5F4A7: hue angle of 121.52º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F4A7 is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 167 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.04 |
| HSL | 121.52º | 0.78% | 0.8% | - |
| HSV(B) | 121.52º | 0.32% | 0.96% | - |
| XYZ | 54.84 | 75.49 | 48.24 | - |
| YUV | 211.6 | 102.83 | 94.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 167 | 0.32 | 0 | 0.32 | 0.04 | 121.52 | 0.78 | 0.8 |
| Hex | A5 | F4 | A7 | 20 | 0 | 20 | 4 | 7A | 4E | 50 |
| Octal | 245 | 364 | 247 | 40 | 0 | 40 | 4 | 172 | 116 | 120 |
| Binary | 10100101 | 11110100 | 10100111 | 100000 | 0 | 100000 | 100 | 1111010 | 1001110 | 1010000 |
Color Harmonies of #A5F4A7
Complementary color
Monochromatic Colors of #A5F4A7
Black with #A5F4A7
Text Example
Text Example
White with #A5F4A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F4A7; }
p { color: rgb(165,244,167); }
H1.HeaderClassName
{
color: #A5F4A7;
}
.AnyTagClassName
{
color: #A5F4A7;
}
</style>
background-color css
<style>
a { background-color: #A5F4A7; }
a { background-color: rgb(165,244,167); }
div.DivClassName
{
background-color: #A5F4A7;
}
.BgClassName
{
background-color: #A5F4A7;
}
</style>
border-color css
<style>
span { border-color: #A5F4A7; }
span { border-color: rgb(165,244,167); }
td.TdClassName
{
border-color: #A5F4A7;
}
.TagClassName
{
border-color: #A5F4A7;
}
</style>