Shades of Pale Green #A1F39D
Tints of Pale Green #A1F39D
RGB
CMYK
RGB Variations
Color information
#A1F39D (or 0xA1F39D) is known color: Pale Green. HEX triplet: A1, F3 and 9D. RGB value is (161,243,157). Sum of RGB (Red+Green+Blue) = 161+243+157=561 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.70% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 157 (61.72% from 255 or 27.99% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F39D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F39D is #5E0C62. Grayscale: #D0D0D0. Windows color (decimal): -6163555 or 10351521. OLE color: 10351521.
HSL color Cylindrical-coordinate representation of color #A1F39D: hue angle of 117.21º degrees, saturation: 0.78, 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 #A1F39D is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 157 | - |
| CMYK | 0.34 | 0 | 0.35 | 0.05 |
| HSL | 117.21º | 0.78% | 0.78% | - |
| HSV(B) | 117.21º | 0.35% | 0.95% | - |
| XYZ | 52.83 | 74.11 | 43.42 | - |
| YUV | 208.68 | 98.83 | 93.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 157 | 0.34 | 0 | 0.35 | 0.05 | 117.21 | 0.78 | 0.78 |
| Hex | A1 | F3 | 9D | 22 | 0 | 23 | 5 | 75 | 4E | 4E |
| Octal | 241 | 363 | 235 | 42 | 0 | 43 | 5 | 165 | 116 | 116 |
| Binary | 10100001 | 11110011 | 10011101 | 100010 | 0 | 100011 | 101 | 1110101 | 1001110 | 1001110 |
Color Harmonies of #A1F39D
Complementary color
Monochromatic Colors of #A1F39D
Black with #A1F39D
Text Example
Text Example
White with #A1F39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F39D; }
p { color: rgb(161,243,157); }
H1.HeaderClassName
{
color: #A1F39D;
}
.AnyTagClassName
{
color: #A1F39D;
}
</style>
background-color css
<style>
a { background-color: #A1F39D; }
a { background-color: rgb(161,243,157); }
div.DivClassName
{
background-color: #A1F39D;
}
.BgClassName
{
background-color: #A1F39D;
}
</style>
border-color css
<style>
span { border-color: #A1F39D; }
span { border-color: rgb(161,243,157); }
td.TdClassName
{
border-color: #A1F39D;
}
.TagClassName
{
border-color: #A1F39D;
}
</style>