Shades of Pale Green #A1F29B
Tints of Pale Green #A1F29B
RGB
CMYK
RGB Variations
Color information
#A1F29B (or 0xA1F29B) is known color: Pale Green. HEX triplet: A1, F2 and 9B. RGB value is (161,242,155). Sum of RGB (Red+Green+Blue) = 161+242+155=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 155 (60.94% from 255 or 27.78% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F29B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F29B is #5E0D64. Grayscale: #D0D0D0. Windows color (decimal): -6163813 or 10220193. OLE color: 10220193.
HSL color Cylindrical-coordinate representation of color #A1F29B: hue angle of 115.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F29B is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 155 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.05 |
| HSL | 115.86º | 0.77% | 0.78% | - |
| HSV(B) | 115.86º | 0.36% | 0.95% | - |
| XYZ | 52.37 | 73.45 | 42.43 | - |
| YUV | 207.86 | 98.16 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 155 | 0.33 | 0 | 0.36 | 0.05 | 115.86 | 0.77 | 0.78 |
| Hex | A1 | F2 | 9B | 21 | 0 | 24 | 5 | 74 | 4D | 4E |
| Octal | 241 | 362 | 233 | 41 | 0 | 44 | 5 | 164 | 115 | 116 |
| Binary | 10100001 | 11110010 | 10011011 | 100001 | 0 | 100100 | 101 | 1110100 | 1001101 | 1001110 |
Color Harmonies of #A1F29B
Complementary color
Monochromatic Colors of #A1F29B
Black with #A1F29B
Text Example
Text Example
White with #A1F29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F29B; }
p { color: rgb(161,242,155); }
H1.HeaderClassName
{
color: #A1F29B;
}
.AnyTagClassName
{
color: #A1F29B;
}
</style>
background-color css
<style>
a { background-color: #A1F29B; }
a { background-color: rgb(161,242,155); }
div.DivClassName
{
background-color: #A1F29B;
}
.BgClassName
{
background-color: #A1F29B;
}
</style>
border-color css
<style>
span { border-color: #A1F29B; }
span { border-color: rgb(161,242,155); }
td.TdClassName
{
border-color: #A1F29B;
}
.TagClassName
{
border-color: #A1F29B;
}
</style>