Shades of Yellow Green #A0CF34
Tints of Yellow Green #A0CF34
RGB
CMYK
RGB Variations
Color information
#A0CF34 (or 0xA0CF34) is known color: Yellow Green. HEX triplet: A0, CF and 34. RGB value is (160,207,52). Sum of RGB (Red+Green+Blue) = 160+207+52=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 52 (20.70% from 255 or 12.41% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CF34 is #5F30CB. Grayscale: #AFAFAF. Windows color (decimal): -6238412 or 3461024. OLE color: 3461024.
HSL color Cylindrical-coordinate representation of color #A0CF34: hue angle of 78.19º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0CF34 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 52 | - |
| CMYK | 0.23 | 0 | 0.75 | 0.19 |
| HSL | 78.19º | 0.62% | 0.51% | - |
| HSV(B) | 78.19º | 0.75% | 0.81% | - |
| XYZ | 37.43 | 52.35 | 11.38 | - |
| YUV | 175.28 | 58.43 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 52 | 0.23 | 0 | 0.75 | 0.19 | 78.19 | 0.62 | 0.51 |
| Hex | A0 | CF | 34 | 17 | 0 | 4B | 13 | 4E | 3E | 33 |
| Octal | 240 | 317 | 64 | 27 | 0 | 113 | 23 | 116 | 76 | 63 |
| Binary | 10100000 | 11001111 | 110100 | 10111 | 0 | 1001011 | 10011 | 1001110 | 111110 | 110011 |
Color Harmonies of #A0CF34
Complementary color
Monochromatic Colors of #A0CF34
Black with #A0CF34
Text Example
Text Example
White with #A0CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF34; }
p { color: rgb(160,207,52); }
H1.HeaderClassName
{
color: #A0CF34;
}
.AnyTagClassName
{
color: #A0CF34;
}
</style>
background-color css
<style>
a { background-color: #A0CF34; }
a { background-color: rgb(160,207,52); }
div.DivClassName
{
background-color: #A0CF34;
}
.BgClassName
{
background-color: #A0CF34;
}
</style>
border-color css
<style>
span { border-color: #A0CF34; }
span { border-color: rgb(160,207,52); }
td.TdClassName
{
border-color: #A0CF34;
}
.TagClassName
{
border-color: #A0CF34;
}
</style>