Shades of Pale Green #A1F09B
Tints of Pale Green #A1F09B
RGB
CMYK
RGB Variations
Color information
#A1F09B (or 0xA1F09B) is known color: Pale Green. HEX triplet: A1, F0 and 9B. RGB value is (161,240,155). Sum of RGB (Red+Green+Blue) = 161+240+155=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 240 (94.14% from 255 or 43.17% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F09B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F09B is #5E0F64. Grayscale: #CECECE. Windows color (decimal): -6164325 or 10219681. OLE color: 10219681.
HSL color Cylindrical-coordinate representation of color #A1F09B: hue angle of 115.76º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F09B is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 155 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.06 |
| HSL | 115.76º | 0.74% | 0.77% | - |
| HSV(B) | 115.76º | 0.35% | 0.94% | - |
| XYZ | 51.77 | 72.26 | 42.23 | - |
| YUV | 206.69 | 98.83 | 95.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 155 | 0.33 | 0 | 0.35 | 0.06 | 115.76 | 0.74 | 0.77 |
| Hex | A1 | F0 | 9B | 21 | 0 | 23 | 6 | 74 | 4A | 4D |
| Octal | 241 | 360 | 233 | 41 | 0 | 43 | 6 | 164 | 112 | 115 |
| Binary | 10100001 | 11110000 | 10011011 | 100001 | 0 | 100011 | 110 | 1110100 | 1001010 | 1001101 |
Color Harmonies of #A1F09B
Complementary color
Monochromatic Colors of #A1F09B
Black with #A1F09B
Text Example
Text Example
White with #A1F09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F09B; }
p { color: rgb(161,240,155); }
H1.HeaderClassName
{
color: #A1F09B;
}
.AnyTagClassName
{
color: #A1F09B;
}
</style>
background-color css
<style>
a { background-color: #A1F09B; }
a { background-color: rgb(161,240,155); }
div.DivClassName
{
background-color: #A1F09B;
}
.BgClassName
{
background-color: #A1F09B;
}
</style>
border-color css
<style>
span { border-color: #A1F09B; }
span { border-color: rgb(161,240,155); }
td.TdClassName
{
border-color: #A1F09B;
}
.TagClassName
{
border-color: #A1F09B;
}
</style>