Shades of Pale Green #A5FB8A
Tints of Pale Green #A5FB8A
RGB
CMYK
RGB Variations
Color information
#A5FB8A (or 0xA5FB8A) is known color: Pale Green. HEX triplet: A5, FB and 8A. RGB value is (165,251,138). Sum of RGB (Red+Green+Blue) = 165+251+138=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 138 (54.30% from 255 or 24.91% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FB8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FB8A is #5A0475. Grayscale: #D4D4D4. Windows color (decimal): -5899382 or 9108389. OLE color: 9108389.
HSL color Cylindrical-coordinate representation of color #A5FB8A: hue angle of 105.66º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A5FB8A is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 138 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.02 |
| HSL | 105.66º | 0.93% | 0.76% | - |
| HSV(B) | 105.66º | 0.45% | 0.98% | - |
| XYZ | 54.6 | 78.83 | 36.38 | - |
| YUV | 212.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 138 | 0.34 | 0 | 0.45 | 0.02 | 105.66 | 0.93 | 0.76 |
| Hex | A5 | FB | 8A | 22 | 0 | 2D | 2 | 6A | 5D | 4C |
| Octal | 245 | 373 | 212 | 42 | 0 | 55 | 2 | 152 | 135 | 114 |
| Binary | 10100101 | 11111011 | 10001010 | 100010 | 0 | 101101 | 10 | 1101010 | 1011101 | 1001100 |
Color Harmonies of #A5FB8A
Complementary color
Monochromatic Colors of #A5FB8A
Black with #A5FB8A
Text Example
Text Example
White with #A5FB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FB8A; }
p { color: rgb(165,251,138); }
H1.HeaderClassName
{
color: #A5FB8A;
}
.AnyTagClassName
{
color: #A5FB8A;
}
</style>
background-color css
<style>
a { background-color: #A5FB8A; }
a { background-color: rgb(165,251,138); }
div.DivClassName
{
background-color: #A5FB8A;
}
.BgClassName
{
background-color: #A5FB8A;
}
</style>
border-color css
<style>
span { border-color: #A5FB8A; }
span { border-color: rgb(165,251,138); }
td.TdClassName
{
border-color: #A5FB8A;
}
.TagClassName
{
border-color: #A5FB8A;
}
</style>