Shades of Pale Green #A1F99B
Tints of Pale Green #A1F99B
RGB
CMYK
RGB Variations
Color information
#A1F99B (or 0xA1F99B) is known color: Pale Green. HEX triplet: A1, F9 and 9B. RGB value is (161,249,155). Sum of RGB (Red+Green+Blue) = 161+249+155=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F99B is #5E0664. Grayscale: #D4D4D4. Windows color (decimal): -6162021 or 10221985. OLE color: 10221985.
HSL color Cylindrical-coordinate representation of color #A1F99B: hue angle of 116.17º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1F99B is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 155 | - |
| CMYK | 0.35 | 0 | 0.38 | 0.02 |
| HSL | 116.17º | 0.89% | 0.79% | - |
| HSV(B) | 116.17º | 0.38% | 0.98% | - |
| XYZ | 54.49 | 77.69 | 43.14 | - |
| YUV | 211.97 | 95.85 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 155 | 0.35 | 0 | 0.38 | 0.02 | 116.17 | 0.89 | 0.79 |
| Hex | A1 | F9 | 9B | 23 | 0 | 26 | 2 | 74 | 59 | 4F |
| Octal | 241 | 371 | 233 | 43 | 0 | 46 | 2 | 164 | 131 | 117 |
| Binary | 10100001 | 11111001 | 10011011 | 100011 | 0 | 100110 | 10 | 1110100 | 1011001 | 1001111 |
Color Harmonies of #A1F99B
Complementary color
Monochromatic Colors of #A1F99B
Black with #A1F99B
Text Example
Text Example
White with #A1F99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F99B; }
p { color: rgb(161,249,155); }
H1.HeaderClassName
{
color: #A1F99B;
}
.AnyTagClassName
{
color: #A1F99B;
}
</style>
background-color css
<style>
a { background-color: #A1F99B; }
a { background-color: rgb(161,249,155); }
div.DivClassName
{
background-color: #A1F99B;
}
.BgClassName
{
background-color: #A1F99B;
}
</style>
border-color css
<style>
span { border-color: #A1F99B; }
span { border-color: rgb(161,249,155); }
td.TdClassName
{
border-color: #A1F99B;
}
.TagClassName
{
border-color: #A1F99B;
}
</style>