Shades of Pale Green #A5FB85
Tints of Pale Green #A5FB85
RGB
CMYK
RGB Variations
Color information
#A5FB85 (or 0xA5FB85) is known color: Pale Green. HEX triplet: A5, FB and 85. RGB value is (165,251,133). Sum of RGB (Red+Green+Blue) = 165+251+133=549 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.05% from 549); Green value is 251 (98.44% from 255 or 45.72% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FB85 is #5A047A. Grayscale: #D4D4D4. Windows color (decimal): -5899387 or 8780709. OLE color: 8780709.
HSL color Cylindrical-coordinate representation of color #A5FB85: hue angle of 103.73º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A5FB85 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 133 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.02 |
| HSL | 103.73º | 0.94% | 0.75% | - |
| HSV(B) | 103.73º | 0.47% | 0.98% | - |
| XYZ | 54.25 | 78.69 | 34.52 | - |
| YUV | 211.83 | 83.51 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 133 | 0.34 | 0 | 0.47 | 0.02 | 103.73 | 0.94 | 0.75 |
| Hex | A5 | FB | 85 | 22 | 0 | 2F | 2 | 68 | 5E | 4B |
| Octal | 245 | 373 | 205 | 42 | 0 | 57 | 2 | 150 | 136 | 113 |
| Binary | 10100101 | 11111011 | 10000101 | 100010 | 0 | 101111 | 10 | 1101000 | 1011110 | 1001011 |
Color Harmonies of #A5FB85
Complementary color
Monochromatic Colors of #A5FB85
Black with #A5FB85
Text Example
Text Example
White with #A5FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FB85; }
p { color: rgb(165,251,133); }
H1.HeaderClassName
{
color: #A5FB85;
}
.AnyTagClassName
{
color: #A5FB85;
}
</style>
background-color css
<style>
a { background-color: #A5FB85; }
a { background-color: rgb(165,251,133); }
div.DivClassName
{
background-color: #A5FB85;
}
.BgClassName
{
background-color: #A5FB85;
}
</style>
border-color css
<style>
span { border-color: #A5FB85; }
span { border-color: rgb(165,251,133); }
td.TdClassName
{
border-color: #A5FB85;
}
.TagClassName
{
border-color: #A5FB85;
}
</style>