Shades of Pale Green #A8FA92
Tints of Pale Green #A8FA92
RGB
CMYK
RGB Variations
Color information
#A8FA92 (or 0xA8FA92) is known color: Pale Green. HEX triplet: A8, FA and 92. RGB value is (168,250,146). Sum of RGB (Red+Green+Blue) = 168+250+146=564 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.79% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 146 (57.42% from 255 or 25.89% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA92 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8FA92 is #57056D. Grayscale: #D5D5D5. Windows color (decimal): -5703022 or 9632424. OLE color: 9632424.
HSL color Cylindrical-coordinate representation of color #A8FA92: hue angle of 107.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8FA92 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 146 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.02 |
| HSL | 107.31º | 0.91% | 0.78% | - |
| HSV(B) | 107.31º | 0.42% | 0.98% | - |
| XYZ | 55.52 | 78.77 | 39.47 | - |
| YUV | 213.63 | 89.83 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 146 | 0.33 | 0 | 0.42 | 0.02 | 107.31 | 0.91 | 0.78 |
| Hex | A8 | FA | 92 | 21 | 0 | 2A | 2 | 6B | 5B | 4E |
| Octal | 250 | 372 | 222 | 41 | 0 | 52 | 2 | 153 | 133 | 116 |
| Binary | 10101000 | 11111010 | 10010010 | 100001 | 0 | 101010 | 10 | 1101011 | 1011011 | 1001110 |
Color Harmonies of #A8FA92
Complementary color
Monochromatic Colors of #A8FA92
Black with #A8FA92
Text Example
Text Example
White with #A8FA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FA92; }
p { color: rgb(168,250,146); }
H1.HeaderClassName
{
color: #A8FA92;
}
.AnyTagClassName
{
color: #A8FA92;
}
</style>
background-color css
<style>
a { background-color: #A8FA92; }
a { background-color: rgb(168,250,146); }
div.DivClassName
{
background-color: #A8FA92;
}
.BgClassName
{
background-color: #A8FA92;
}
</style>
border-color css
<style>
span { border-color: #A8FA92; }
span { border-color: rgb(168,250,146); }
td.TdClassName
{
border-color: #A8FA92;
}
.TagClassName
{
border-color: #A8FA92;
}
</style>