Shades of Yellow Green #A8C133
Tints of Yellow Green #A8C133
RGB
CMYK
RGB Variations
Color information
#A8C133 (or 0xA8C133) is known color: Yellow Green. HEX triplet: A8, C1 and 33. RGB value is (168,193,51). Sum of RGB (Red+Green+Blue) = 168+193+51=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 51 (20.31% from 255 or 12.38% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C133 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C133 is #573ECC. Grayscale: #A9A9A9. Windows color (decimal): -5717709 or 3391912. OLE color: 3391912.
HSL color Cylindrical-coordinate representation of color #A8C133: hue angle of 70.56º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8C133 is Cyan = 0.13, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 51 | - |
| CMYK | 0.13 | 0 | 0.74 | 0.24 |
| HSL | 70.56º | 0.58% | 0.48% | - |
| HSV(B) | 70.56º | 0.74% | 0.76% | - |
| XYZ | 35.82 | 46.7 | 10.26 | - |
| YUV | 169.34 | 61.22 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 51 | 0.13 | 0 | 0.74 | 0.24 | 70.56 | 0.58 | 0.48 |
| Hex | A8 | C1 | 33 | D | 0 | 4A | 18 | 47 | 3A | 30 |
| Octal | 250 | 301 | 63 | 15 | 0 | 112 | 30 | 107 | 72 | 60 |
| Binary | 10101000 | 11000001 | 110011 | 1101 | 0 | 1001010 | 11000 | 1000111 | 111010 | 110000 |
Color Harmonies of #A8C133
Complementary color
Monochromatic Colors of #A8C133
Black with #A8C133
Text Example
Text Example
White with #A8C133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C133; }
p { color: rgb(168,193,51); }
H1.HeaderClassName
{
color: #A8C133;
}
.AnyTagClassName
{
color: #A8C133;
}
</style>
background-color css
<style>
a { background-color: #A8C133; }
a { background-color: rgb(168,193,51); }
div.DivClassName
{
background-color: #A8C133;
}
.BgClassName
{
background-color: #A8C133;
}
</style>
border-color css
<style>
span { border-color: #A8C133; }
span { border-color: rgb(168,193,51); }
td.TdClassName
{
border-color: #A8C133;
}
.TagClassName
{
border-color: #A8C133;
}
</style>