Shades of Pale Green #A1F19A
Tints of Pale Green #A1F19A
RGB
CMYK
RGB Variations
Color information
#A1F19A (or 0xA1F19A) is known color: Pale Green. HEX triplet: A1, F1 and 9A. RGB value is (161,241,154). Sum of RGB (Red+Green+Blue) = 161+241+154=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F19A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F19A is #5E0E65. Grayscale: #CFCFCF. Windows color (decimal): -6164070 or 10154401. OLE color: 10154401.
HSL color Cylindrical-coordinate representation of color #A1F19A: hue angle of 115.17º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1F19A is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 154 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.05 |
| HSL | 115.17º | 0.76% | 0.77% | - |
| HSV(B) | 115.17º | 0.36% | 0.95% | - |
| XYZ | 51.99 | 72.82 | 41.89 | - |
| YUV | 207.16 | 98 | 95.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 154 | 0.33 | 0 | 0.36 | 0.05 | 115.17 | 0.76 | 0.77 |
| Hex | A1 | F1 | 9A | 21 | 0 | 24 | 5 | 73 | 4C | 4D |
| Octal | 241 | 361 | 232 | 41 | 0 | 44 | 5 | 163 | 114 | 115 |
| Binary | 10100001 | 11110001 | 10011010 | 100001 | 0 | 100100 | 101 | 1110011 | 1001100 | 1001101 |
Color Harmonies of #A1F19A
Complementary color
Monochromatic Colors of #A1F19A
Black with #A1F19A
Text Example
Text Example
White with #A1F19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F19A; }
p { color: rgb(161,241,154); }
H1.HeaderClassName
{
color: #A1F19A;
}
.AnyTagClassName
{
color: #A1F19A;
}
</style>
background-color css
<style>
a { background-color: #A1F19A; }
a { background-color: rgb(161,241,154); }
div.DivClassName
{
background-color: #A1F19A;
}
.BgClassName
{
background-color: #A1F19A;
}
</style>
border-color css
<style>
span { border-color: #A1F19A; }
span { border-color: rgb(161,241,154); }
td.TdClassName
{
border-color: #A1F19A;
}
.TagClassName
{
border-color: #A1F19A;
}
</style>