Shades of Pale Green #A0F99B
Tints of Pale Green #A0F99B
RGB
CMYK
RGB Variations
Color information
#A0F99B (or 0xA0F99B) is known color: Pale Green. HEX triplet: A0, F9 and 9B. RGB value is (160,249,155). Sum of RGB (Red+Green+Blue) = 160+249+155=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F99B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F99B is #5F0664. Grayscale: #D3D3D3. Windows color (decimal): -6227557 or 10221984. OLE color: 10221984.
HSL color Cylindrical-coordinate representation of color #A0F99B: hue angle of 116.81º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0F99B is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 155 | - |
| CMYK | 0.36 | 0 | 0.38 | 0.02 |
| HSL | 116.81º | 0.89% | 0.79% | - |
| HSV(B) | 116.81º | 0.38% | 0.98% | - |
| XYZ | 54.29 | 77.59 | 43.13 | - |
| YUV | 211.67 | 96.01 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 155 | 0.36 | 0 | 0.38 | 0.02 | 116.81 | 0.89 | 0.79 |
| Hex | A0 | F9 | 9B | 24 | 0 | 26 | 2 | 75 | 59 | 4F |
| Octal | 240 | 371 | 233 | 44 | 0 | 46 | 2 | 165 | 131 | 117 |
| Binary | 10100000 | 11111001 | 10011011 | 100100 | 0 | 100110 | 10 | 1110101 | 1011001 | 1001111 |
Color Harmonies of #A0F99B
Complementary color
Monochromatic Colors of #A0F99B
Black with #A0F99B
Text Example
Text Example
White with #A0F99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F99B; }
p { color: rgb(160,249,155); }
H1.HeaderClassName
{
color: #A0F99B;
}
.AnyTagClassName
{
color: #A0F99B;
}
</style>
background-color css
<style>
a { background-color: #A0F99B; }
a { background-color: rgb(160,249,155); }
div.DivClassName
{
background-color: #A0F99B;
}
.BgClassName
{
background-color: #A0F99B;
}
</style>
border-color css
<style>
span { border-color: #A0F99B; }
span { border-color: rgb(160,249,155); }
td.TdClassName
{
border-color: #A0F99B;
}
.TagClassName
{
border-color: #A0F99B;
}
</style>