Shades of Green Yellow #A0F143
Tints of Green Yellow #A0F143
RGB
CMYK
RGB Variations
Color information
#A0F143 (or 0xA0F143) is known color: Green Yellow. HEX triplet: A0, F1 and 43. RGB value is (160,241,67). Sum of RGB (Red+Green+Blue) = 160+241+67=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 241 (94.53% from 255 or 51.50% from 468); Blue value is 67 (26.56% from 255 or 14.32% from 468); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F143 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F143 is #5F0EBC. Grayscale: #C5C5C5. Windows color (decimal): -6229693 or 4452768. OLE color: 4452768.
HSL color Cylindrical-coordinate representation of color #A0F143: hue angle of 87.93º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0F143 is Cyan = 0.34, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 67 | - |
| CMYK | 0.34 | 0 | 0.72 | 0.05 |
| HSL | 87.93º | 0.86% | 0.6% | - |
| HSV(B) | 87.93º | 0.72% | 0.95% | - |
| XYZ | 46.97 | 70.79 | 16.5 | - |
| YUV | 196.95 | 54.66 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 67 | 0.34 | 0 | 0.72 | 0.05 | 87.93 | 0.86 | 0.6 |
| Hex | A0 | F1 | 43 | 22 | 0 | 48 | 5 | 58 | 56 | 3C |
| Octal | 240 | 361 | 103 | 42 | 0 | 110 | 5 | 130 | 126 | 74 |
| Binary | 10100000 | 11110001 | 1000011 | 100010 | 0 | 1001000 | 101 | 1011000 | 1010110 | 111100 |
Color Harmonies of #A0F143
Complementary color
Monochromatic Colors of #A0F143
Black with #A0F143
Text Example
Text Example
White with #A0F143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F143; }
p { color: rgb(160,241,67); }
H1.HeaderClassName
{
color: #A0F143;
}
.AnyTagClassName
{
color: #A0F143;
}
</style>
background-color css
<style>
a { background-color: #A0F143; }
a { background-color: rgb(160,241,67); }
div.DivClassName
{
background-color: #A0F143;
}
.BgClassName
{
background-color: #A0F143;
}
</style>
border-color css
<style>
span { border-color: #A0F143; }
span { border-color: rgb(160,241,67); }
td.TdClassName
{
border-color: #A0F143;
}
.TagClassName
{
border-color: #A0F143;
}
</style>