Shades of Yellow Green #A0CF27
Tints of Yellow Green #A0CF27
RGB
CMYK
RGB Variations
Color information
#A0CF27 (or 0xA0CF27) is known color: Yellow Green. HEX triplet: A0, CF and 27. RGB value is (160,207,39). Sum of RGB (Red+Green+Blue) = 160+207+39=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 207 (81.25% from 255 or 50.99% from 406); Blue value is 39 (15.62% from 255 or 9.61% from 406); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF27 is #5F30D8. Grayscale: #AEAEAE. Windows color (decimal): -6238425 or 2609056. OLE color: 2609056.
HSL color Cylindrical-coordinate representation of color #A0CF27: hue angle of 76.79º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A0CF27 is Cyan = 0.23, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 39 | - |
| CMYK | 0.23 | 0 | 0.81 | 0.19 |
| HSL | 76.79º | 0.68% | 0.48% | - |
| HSV(B) | 76.79º | 0.81% | 0.81% | - |
| XYZ | 37.18 | 52.25 | 10.04 | - |
| YUV | 173.8 | 51.93 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 39 | 0.23 | 0 | 0.81 | 0.19 | 76.79 | 0.68 | 0.48 |
| Hex | A0 | CF | 27 | 17 | 0 | 51 | 13 | 4D | 44 | 30 |
| Octal | 240 | 317 | 47 | 27 | 0 | 121 | 23 | 115 | 104 | 60 |
| Binary | 10100000 | 11001111 | 100111 | 10111 | 0 | 1010001 | 10011 | 1001101 | 1000100 | 110000 |
Color Harmonies of #A0CF27
Complementary color
Monochromatic Colors of #A0CF27
Black with #A0CF27
Text Example
Text Example
White with #A0CF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF27; }
p { color: rgb(160,207,39); }
H1.HeaderClassName
{
color: #A0CF27;
}
.AnyTagClassName
{
color: #A0CF27;
}
</style>
background-color css
<style>
a { background-color: #A0CF27; }
a { background-color: rgb(160,207,39); }
div.DivClassName
{
background-color: #A0CF27;
}
.BgClassName
{
background-color: #A0CF27;
}
</style>
border-color css
<style>
span { border-color: #A0CF27; }
span { border-color: rgb(160,207,39); }
td.TdClassName
{
border-color: #A0CF27;
}
.TagClassName
{
border-color: #A0CF27;
}
</style>