Shades of Pale Green #A1F19C
Tints of Pale Green #A1F19C
RGB
CMYK
RGB Variations
Color information
#A1F19C (or 0xA1F19C) is known color: Pale Green. HEX triplet: A1, F1 and 9C. RGB value is (161,241,156). Sum of RGB (Red+Green+Blue) = 161+241+156=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 241 (94.53% from 255 or 43.19% from 558); Blue value is 156 (61.33% from 255 or 27.96% from 558); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F19C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F19C is #5E0E63. Grayscale: #CFCFCF. Windows color (decimal): -6164068 or 10285473. OLE color: 10285473.
HSL color Cylindrical-coordinate representation of color #A1F19C: hue angle of 116.47º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F19C is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 156 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.05 |
| HSL | 116.47º | 0.75% | 0.78% | - |
| HSV(B) | 116.47º | 0.35% | 0.95% | - |
| XYZ | 52.15 | 72.89 | 42.77 | - |
| YUV | 207.39 | 99 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 156 | 0.33 | 0 | 0.35 | 0.05 | 116.47 | 0.75 | 0.78 |
| Hex | A1 | F1 | 9C | 21 | 0 | 23 | 5 | 74 | 4B | 4E |
| Octal | 241 | 361 | 234 | 41 | 0 | 43 | 5 | 164 | 113 | 116 |
| Binary | 10100001 | 11110001 | 10011100 | 100001 | 0 | 100011 | 101 | 1110100 | 1001011 | 1001110 |
Color Harmonies of #A1F19C
Complementary color
Monochromatic Colors of #A1F19C
Black with #A1F19C
Text Example
Text Example
White with #A1F19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F19C; }
p { color: rgb(161,241,156); }
H1.HeaderClassName
{
color: #A1F19C;
}
.AnyTagClassName
{
color: #A1F19C;
}
</style>
background-color css
<style>
a { background-color: #A1F19C; }
a { background-color: rgb(161,241,156); }
div.DivClassName
{
background-color: #A1F19C;
}
.BgClassName
{
background-color: #A1F19C;
}
</style>
border-color css
<style>
span { border-color: #A1F19C; }
span { border-color: rgb(161,241,156); }
td.TdClassName
{
border-color: #A1F19C;
}
.TagClassName
{
border-color: #A1F19C;
}
</style>