Shades of Yellow Green #A8CF30
Tints of Yellow Green #A8CF30
RGB
CMYK
RGB Variations
Color information
#A8CF30 (or 0xA8CF30) is known color: Yellow Green. HEX triplet: A8, CF and 30. RGB value is (168,207,48). Sum of RGB (Red+Green+Blue) = 168+207+48=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 48 (19.14% from 255 or 11.35% from 423); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CF30 is #5730CF. Grayscale: #B1B1B1. Windows color (decimal): -5714128 or 3198888. OLE color: 3198888.
HSL color Cylindrical-coordinate representation of color #A8CF30: hue angle of 74.72º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A8CF30 is Cyan = 0.19, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 48 | - |
| CMYK | 0.19 | 0 | 0.77 | 0.19 |
| HSL | 74.72º | 0.62% | 0.5% | - |
| HSV(B) | 74.72º | 0.77% | 0.81% | - |
| XYZ | 38.99 | 53.16 | 11 | - |
| YUV | 177.21 | 55.08 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 48 | 0.19 | 0 | 0.77 | 0.19 | 74.72 | 0.62 | 0.5 |
| Hex | A8 | CF | 30 | 13 | 0 | 4D | 13 | 4B | 3E | 32 |
| Octal | 250 | 317 | 60 | 23 | 0 | 115 | 23 | 113 | 76 | 62 |
| Binary | 10101000 | 11001111 | 110000 | 10011 | 0 | 1001101 | 10011 | 1001011 | 111110 | 110010 |
Color Harmonies of #A8CF30
Complementary color
Monochromatic Colors of #A8CF30
Black with #A8CF30
Text Example
Text Example
White with #A8CF30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF30; }
p { color: rgb(168,207,48); }
H1.HeaderClassName
{
color: #A8CF30;
}
.AnyTagClassName
{
color: #A8CF30;
}
</style>
background-color css
<style>
a { background-color: #A8CF30; }
a { background-color: rgb(168,207,48); }
div.DivClassName
{
background-color: #A8CF30;
}
.BgClassName
{
background-color: #A8CF30;
}
</style>
border-color css
<style>
span { border-color: #A8CF30; }
span { border-color: rgb(168,207,48); }
td.TdClassName
{
border-color: #A8CF30;
}
.TagClassName
{
border-color: #A8CF30;
}
</style>