Shades of Yellow Green #A8CC32
Tints of Yellow Green #A8CC32
RGB
CMYK
RGB Variations
Color information
#A8CC32 (or 0xA8CC32) is known color: Yellow Green. HEX triplet: A8, CC and 32. RGB value is (168,204,50). Sum of RGB (Red+Green+Blue) = 168+204+50=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 50 (19.92% from 255 or 11.85% from 422); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC32 is #5733CD. Grayscale: #B0B0B0. Windows color (decimal): -5714894 or 3329192. OLE color: 3329192.
HSL color Cylindrical-coordinate representation of color #A8CC32: hue angle of 74.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A8CC32 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 168 | 204 | 50 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.2 |
| HSL | 74.03º | 0.61% | 0.5% | - |
| HSV(B) | 74.03º | 0.75% | 0.8% | - |
| XYZ | 38.32 | 51.74 | 10.99 | - |
| YUV | 175.68 | 57.07 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 204 | 50 | 0.18 | 0 | 0.75 | 0.2 | 74.03 | 0.61 | 0.5 |
| Hex | A8 | CC | 32 | 12 | 0 | 4B | 14 | 4A | 3D | 32 |
| Octal | 250 | 314 | 62 | 22 | 0 | 113 | 24 | 112 | 75 | 62 |
| Binary | 10101000 | 11001100 | 110010 | 10010 | 0 | 1001011 | 10100 | 1001010 | 111101 | 110010 |
Color Harmonies of #A8CC32
Complementary color
Monochromatic Colors of #A8CC32
Black with #A8CC32
Text Example
Text Example
White with #A8CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CC32; }
p { color: rgb(168,204,50); }
H1.HeaderClassName
{
color: #A8CC32;
}
.AnyTagClassName
{
color: #A8CC32;
}
</style>
background-color css
<style>
a { background-color: #A8CC32; }
a { background-color: rgb(168,204,50); }
div.DivClassName
{
background-color: #A8CC32;
}
.BgClassName
{
background-color: #A8CC32;
}
</style>
border-color css
<style>
span { border-color: #A8CC32; }
span { border-color: rgb(168,204,50); }
td.TdClassName
{
border-color: #A8CC32;
}
.TagClassName
{
border-color: #A8CC32;
}
</style>