Shades of Pale Green #A1F19B
Tints of Pale Green #A1F19B
RGB
CMYK
RGB Variations
Color information
#A1F19B (or 0xA1F19B) is known color: Pale Green. HEX triplet: A1, F1 and 9B. RGB value is (161,241,155). Sum of RGB (Red+Green+Blue) = 161+241+155=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F19B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F19B is #5E0E64. Grayscale: #CFCFCF. Windows color (decimal): -6164069 or 10219937. OLE color: 10219937.
HSL color Cylindrical-coordinate representation of color #A1F19B: hue angle of 115.81º degrees, saturation: 0.75, 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 #A1F19B is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 155 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.05 |
| HSL | 115.81º | 0.75% | 0.78% | - |
| HSV(B) | 115.81º | 0.36% | 0.95% | - |
| XYZ | 52.07 | 72.85 | 42.33 | - |
| YUV | 207.28 | 98.5 | 94.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 155 | 0.33 | 0 | 0.36 | 0.05 | 115.81 | 0.75 | 0.78 |
| Hex | A1 | F1 | 9B | 21 | 0 | 24 | 5 | 74 | 4B | 4E |
| Octal | 241 | 361 | 233 | 41 | 0 | 44 | 5 | 164 | 113 | 116 |
| Binary | 10100001 | 11110001 | 10011011 | 100001 | 0 | 100100 | 101 | 1110100 | 1001011 | 1001110 |
Color Harmonies of #A1F19B
Complementary color
Monochromatic Colors of #A1F19B
Black with #A1F19B
Text Example
Text Example
White with #A1F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F19B; }
p { color: rgb(161,241,155); }
H1.HeaderClassName
{
color: #A1F19B;
}
.AnyTagClassName
{
color: #A1F19B;
}
</style>
background-color css
<style>
a { background-color: #A1F19B; }
a { background-color: rgb(161,241,155); }
div.DivClassName
{
background-color: #A1F19B;
}
.BgClassName
{
background-color: #A1F19B;
}
</style>
border-color css
<style>
span { border-color: #A1F19B; }
span { border-color: rgb(161,241,155); }
td.TdClassName
{
border-color: #A1F19B;
}
.TagClassName
{
border-color: #A1F19B;
}
</style>