Shades of Yellow Green #A8CD33
Tints of Yellow Green #A8CD33
RGB
CMYK
RGB Variations
Color information
#A8CD33 (or 0xA8CD33) is known color: Yellow Green. HEX triplet: A8, CD and 33. RGB value is (168,205,51). Sum of RGB (Red+Green+Blue) = 168+205+51=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 205 (80.47% from 255 or 48.35% from 424); Blue value is 51 (20.31% from 255 or 12.03% from 424); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CD33 is #5732CC. Grayscale: #B0B0B0. Windows color (decimal): -5714637 or 3394984. OLE color: 3394984.
HSL color Cylindrical-coordinate representation of color #A8CD33: hue angle of 74.42º 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 #A8CD33 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 51 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.20 |
| HSL | 74.42º | 0.61% | 0.5% | - |
| HSV(B) | 74.42º | 0.75% | 0.8% | - |
| XYZ | 38.58 | 52.23 | 11.18 | - |
| YUV | 176.38 | 57.24 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 51 | 0.18 | 0 | 0.75 | 0.20 | 74.42 | 0.61 | 0.5 |
| Hex | A8 | CD | 33 | 12 | 0 | 4B | 14 | 4A | 3D | 32 |
| Octal | 250 | 315 | 63 | 22 | 0 | 113 | 24 | 112 | 75 | 62 |
| Binary | 10101000 | 11001101 | 110011 | 10010 | 0 | 1001011 | 10100 | 1001010 | 111101 | 110010 |
Color Harmonies of #A8CD33
Complementary color
Monochromatic Colors of #A8CD33
Black with #A8CD33
Text Example
Text Example
White with #A8CD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CD33; }
p { color: rgb(168,205,51); }
H1.HeaderClassName
{
color: #A8CD33;
}
.AnyTagClassName
{
color: #A8CD33;
}
</style>
background-color css
<style>
a { background-color: #A8CD33; }
a { background-color: rgb(168,205,51); }
div.DivClassName
{
background-color: #A8CD33;
}
.BgClassName
{
background-color: #A8CD33;
}
</style>
border-color css
<style>
span { border-color: #A8CD33; }
span { border-color: rgb(168,205,51); }
td.TdClassName
{
border-color: #A8CD33;
}
.TagClassName
{
border-color: #A8CD33;
}
</style>