Shades of Pale Green #A1F09D
Tints of Pale Green #A1F09D
RGB
CMYK
RGB Variations
Color information
#A1F09D (or 0xA1F09D) is known color: Pale Green. HEX triplet: A1, F0 and 9D. RGB value is (161,240,157). Sum of RGB (Red+Green+Blue) = 161+240+157=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 240 (94.14% from 255 or 43.01% from 558); Blue value is 157 (61.72% from 255 or 28.14% from 558); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F09D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F09D is #5E0F62. Grayscale: #CFCFCF. Windows color (decimal): -6164323 or 10350753. OLE color: 10350753.
HSL color Cylindrical-coordinate representation of color #A1F09D: hue angle of 117.11º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F09D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 157 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.06 |
| HSL | 117.11º | 0.73% | 0.78% | - |
| HSV(B) | 117.11º | 0.35% | 0.94% | - |
| XYZ | 51.94 | 72.33 | 43.12 | - |
| YUV | 206.92 | 99.83 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 157 | 0.33 | 0 | 0.35 | 0.06 | 117.11 | 0.73 | 0.78 |
| Hex | A1 | F0 | 9D | 21 | 0 | 23 | 6 | 75 | 49 | 4E |
| Octal | 241 | 360 | 235 | 41 | 0 | 43 | 6 | 165 | 111 | 116 |
| Binary | 10100001 | 11110000 | 10011101 | 100001 | 0 | 100011 | 110 | 1110101 | 1001001 | 1001110 |
Color Harmonies of #A1F09D
Complementary color
Monochromatic Colors of #A1F09D
Black with #A1F09D
Text Example
Text Example
White with #A1F09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F09D; }
p { color: rgb(161,240,157); }
H1.HeaderClassName
{
color: #A1F09D;
}
.AnyTagClassName
{
color: #A1F09D;
}
</style>
background-color css
<style>
a { background-color: #A1F09D; }
a { background-color: rgb(161,240,157); }
div.DivClassName
{
background-color: #A1F09D;
}
.BgClassName
{
background-color: #A1F09D;
}
</style>
border-color css
<style>
span { border-color: #A1F09D; }
span { border-color: rgb(161,240,157); }
td.TdClassName
{
border-color: #A1F09D;
}
.TagClassName
{
border-color: #A1F09D;
}
</style>