Shades of Green Yellow #A0F93D
Tints of Green Yellow #A0F93D
RGB
CMYK
RGB Variations
Color information
#A0F93D (or 0xA0F93D) is known color: Green Yellow. HEX triplet: A0, F9 and 3D. RGB value is (160,249,61). Sum of RGB (Red+Green+Blue) = 160+249+61=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 249 (97.66% from 255 or 52.98% from 470); Blue value is 61 (24.22% from 255 or 12.98% from 470); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F93D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F93D is #5F06C2. Grayscale: #C9C9C9. Windows color (decimal): -6227651 or 4061600. OLE color: 4061600.
HSL color Cylindrical-coordinate representation of color #A0F93D: hue angle of 88.4º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0F93D is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 61 | - |
| CMYK | 0.36 | 0 | 0.76 | 0.02 |
| HSL | 88.4º | 0.94% | 0.61% | - |
| HSV(B) | 88.4º | 0.76% | 0.98% | - |
| XYZ | 49.22 | 75.56 | 16.41 | - |
| YUV | 200.96 | 49.01 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 61 | 0.36 | 0 | 0.76 | 0.02 | 88.4 | 0.94 | 0.61 |
| Hex | A0 | F9 | 3D | 24 | 0 | 4C | 2 | 58 | 5E | 3D |
| Octal | 240 | 371 | 75 | 44 | 0 | 114 | 2 | 130 | 136 | 75 |
| Binary | 10100000 | 11111001 | 111101 | 100100 | 0 | 1001100 | 10 | 1011000 | 1011110 | 111101 |
Color Harmonies of #A0F93D
Complementary color
Monochromatic Colors of #A0F93D
Black with #A0F93D
Text Example
Text Example
White with #A0F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F93D; }
p { color: rgb(160,249,61); }
H1.HeaderClassName
{
color: #A0F93D;
}
.AnyTagClassName
{
color: #A0F93D;
}
</style>
background-color css
<style>
a { background-color: #A0F93D; }
a { background-color: rgb(160,249,61); }
div.DivClassName
{
background-color: #A0F93D;
}
.BgClassName
{
background-color: #A0F93D;
}
</style>
border-color css
<style>
span { border-color: #A0F93D; }
span { border-color: rgb(160,249,61); }
td.TdClassName
{
border-color: #A0F93D;
}
.TagClassName
{
border-color: #A0F93D;
}
</style>