Shades of Pale Green #A0F19B
Tints of Pale Green #A0F19B
RGB
CMYK
RGB Variations
Color information
#A0F19B (or 0xA0F19B) is known color: Pale Green. HEX triplet: A0, F1 and 9B. RGB value is (160,241,155). Sum of RGB (Red+Green+Blue) = 160+241+155=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F19B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F19B is #5F0E64. Grayscale: #CFCFCF. Windows color (decimal): -6229605 or 10219936. OLE color: 10219936.
HSL color Cylindrical-coordinate representation of color #A0F19B: hue angle of 116.51º 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 #A0F19B is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 155 | - |
| CMYK | 0.34 | 0 | 0.36 | 0.05 |
| HSL | 116.51º | 0.75% | 0.78% | - |
| HSV(B) | 116.51º | 0.36% | 0.95% | - |
| XYZ | 51.87 | 72.75 | 42.32 | - |
| YUV | 206.98 | 98.66 | 94.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 155 | 0.34 | 0 | 0.36 | 0.05 | 116.51 | 0.75 | 0.78 |
| Hex | A0 | F1 | 9B | 22 | 0 | 24 | 5 | 75 | 4B | 4E |
| Octal | 240 | 361 | 233 | 42 | 0 | 44 | 5 | 165 | 113 | 116 |
| Binary | 10100000 | 11110001 | 10011011 | 100010 | 0 | 100100 | 101 | 1110101 | 1001011 | 1001110 |
Color Harmonies of #A0F19B
Complementary color
Monochromatic Colors of #A0F19B
Black with #A0F19B
Text Example
Text Example
White with #A0F19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F19B; }
p { color: rgb(160,241,155); }
H1.HeaderClassName
{
color: #A0F19B;
}
.AnyTagClassName
{
color: #A0F19B;
}
</style>
background-color css
<style>
a { background-color: #A0F19B; }
a { background-color: rgb(160,241,155); }
div.DivClassName
{
background-color: #A0F19B;
}
.BgClassName
{
background-color: #A0F19B;
}
</style>
border-color css
<style>
span { border-color: #A0F19B; }
span { border-color: rgb(160,241,155); }
td.TdClassName
{
border-color: #A0F19B;
}
.TagClassName
{
border-color: #A0F19B;
}
</style>