Shades of Yellow Green #A3CD32
Tints of Yellow Green #A3CD32
RGB
CMYK
RGB Variations
Color information
#A3CD32 (or 0xA3CD32) is known color: Yellow Green. HEX triplet: A3, CD and 32. RGB value is (163,205,50). Sum of RGB (Red+Green+Blue) = 163+205+50=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 50 (19.92% from 255 or 11.96% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CD32 is #5C32CD. Grayscale: #AFAFAF. Windows color (decimal): -6042318 or 3329443. OLE color: 3329443.
HSL color Cylindrical-coordinate representation of color #A3CD32: hue angle of 76.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A3CD32 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 205 | 50 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.20 |
| HSL | 76.26º | 0.61% | 0.5% | - |
| HSV(B) | 76.26º | 0.76% | 0.8% | - |
| XYZ | 37.51 | 51.68 | 11.02 | - |
| YUV | 174.77 | 57.59 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 205 | 50 | 0.20 | 0 | 0.76 | 0.20 | 76.26 | 0.61 | 0.5 |
| Hex | A3 | CD | 32 | 14 | 0 | 4C | 14 | 4C | 3D | 32 |
| Octal | 243 | 315 | 62 | 24 | 0 | 114 | 24 | 114 | 75 | 62 |
| Binary | 10100011 | 11001101 | 110010 | 10100 | 0 | 1001100 | 10100 | 1001100 | 111101 | 110010 |
Color Harmonies of #A3CD32
Complementary color
Monochromatic Colors of #A3CD32
Black with #A3CD32
Text Example
Text Example
White with #A3CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CD32; }
p { color: rgb(163,205,50); }
H1.HeaderClassName
{
color: #A3CD32;
}
.AnyTagClassName
{
color: #A3CD32;
}
</style>
background-color css
<style>
a { background-color: #A3CD32; }
a { background-color: rgb(163,205,50); }
div.DivClassName
{
background-color: #A3CD32;
}
.BgClassName
{
background-color: #A3CD32;
}
</style>
border-color css
<style>
span { border-color: #A3CD32; }
span { border-color: rgb(163,205,50); }
td.TdClassName
{
border-color: #A3CD32;
}
.TagClassName
{
border-color: #A3CD32;
}
</style>