Shades of Pale Green #A5F98D
Tints of Pale Green #A5F98D
RGB
CMYK
RGB Variations
Color information
#A5F98D (or 0xA5F98D) is known color: Pale Green. HEX triplet: A5, F9 and 8D. RGB value is (165,249,141). Sum of RGB (Red+Green+Blue) = 165+249+141=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 141 (55.47% from 255 or 25.41% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F98D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F98D is #5A0672. Grayscale: #D3D3D3. Windows color (decimal): -5899891 or 9304485. OLE color: 9304485.
HSL color Cylindrical-coordinate representation of color #A5F98D: hue angle of 106.67º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A5F98D is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 141 | - |
| CMYK | 0.34 | 0 | 0.43 | 0.02 |
| HSL | 106.67º | 0.9% | 0.76% | - |
| HSV(B) | 106.67º | 0.43% | 0.98% | - |
| XYZ | 54.2 | 77.67 | 37.34 | - |
| YUV | 211.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 141 | 0.34 | 0 | 0.43 | 0.02 | 106.67 | 0.9 | 0.76 |
| Hex | A5 | F9 | 8D | 22 | 0 | 2B | 2 | 6B | 5A | 4C |
| Octal | 245 | 371 | 215 | 42 | 0 | 53 | 2 | 153 | 132 | 114 |
| Binary | 10100101 | 11111001 | 10001101 | 100010 | 0 | 101011 | 10 | 1101011 | 1011010 | 1001100 |
Color Harmonies of #A5F98D
Complementary color
Monochromatic Colors of #A5F98D
Black with #A5F98D
Text Example
Text Example
White with #A5F98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F98D; }
p { color: rgb(165,249,141); }
H1.HeaderClassName
{
color: #A5F98D;
}
.AnyTagClassName
{
color: #A5F98D;
}
</style>
background-color css
<style>
a { background-color: #A5F98D; }
a { background-color: rgb(165,249,141); }
div.DivClassName
{
background-color: #A5F98D;
}
.BgClassName
{
background-color: #A5F98D;
}
</style>
border-color css
<style>
span { border-color: #A5F98D; }
span { border-color: rgb(165,249,141); }
td.TdClassName
{
border-color: #A5F98D;
}
.TagClassName
{
border-color: #A5F98D;
}
</style>