Shades of Pale Green #A6FB85
Tints of Pale Green #A6FB85
RGB
CMYK
RGB Variations
Color information
#A6FB85 (or 0xA6FB85) is known color: Pale Green. HEX triplet: A6, FB and 85. RGB value is (166,251,133). Sum of RGB (Red+Green+Blue) = 166+251+133=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 251 (98.44% from 255 or 45.64% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6FB85 is #59047A. Grayscale: #D4D4D4. Windows color (decimal): -5833851 or 8780710. OLE color: 8780710.
HSL color Cylindrical-coordinate representation of color #A6FB85: hue angle of 103.22º 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 #A6FB85 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 133 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.02 |
| HSL | 103.22º | 0.94% | 0.75% | - |
| HSV(B) | 103.22º | 0.47% | 0.98% | - |
| XYZ | 54.46 | 78.79 | 34.53 | - |
| YUV | 212.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 133 | 0.34 | 0 | 0.47 | 0.02 | 103.22 | 0.94 | 0.75 |
| Hex | A6 | FB | 85 | 22 | 0 | 2F | 2 | 67 | 5E | 4B |
| Octal | 246 | 373 | 205 | 42 | 0 | 57 | 2 | 147 | 136 | 113 |
| Binary | 10100110 | 11111011 | 10000101 | 100010 | 0 | 101111 | 10 | 1100111 | 1011110 | 1001011 |
Color Harmonies of #A6FB85
Complementary color
Monochromatic Colors of #A6FB85
Black with #A6FB85
Text Example
Text Example
White with #A6FB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FB85; }
p { color: rgb(166,251,133); }
H1.HeaderClassName
{
color: #A6FB85;
}
.AnyTagClassName
{
color: #A6FB85;
}
</style>
background-color css
<style>
a { background-color: #A6FB85; }
a { background-color: rgb(166,251,133); }
div.DivClassName
{
background-color: #A6FB85;
}
.BgClassName
{
background-color: #A6FB85;
}
</style>
border-color css
<style>
span { border-color: #A6FB85; }
span { border-color: rgb(166,251,133); }
td.TdClassName
{
border-color: #A6FB85;
}
.TagClassName
{
border-color: #A6FB85;
}
</style>