Shades of Yellow Green #A8C038
Tints of Yellow Green #A8C038
RGB
CMYK
RGB Variations
Color information
#A8C038 (or 0xA8C038) is known color: Yellow Green. HEX triplet: A8, C0 and 38. RGB value is (168,192,56). Sum of RGB (Red+Green+Blue) = 168+192+56=416 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.38% from 416); Green value is 192 (75.39% from 255 or 46.15% from 416); Blue value is 56 (22.27% from 255 or 13.46% from 416); Max value from RGB is 192 - color contains mainly: green. Hex color #A8C038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C038 is #573FC7. Grayscale: #A9A9A9. Windows color (decimal): -5717960 or 3719336. OLE color: 3719336.
HSL color Cylindrical-coordinate representation of color #A8C038: hue angle of 70.59º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8C038 is Cyan = 0.12, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 168 | 192 | 56 | - |
| CMYK | 0.12 | 0 | 0.71 | 0.25 |
| HSL | 70.59º | 0.55% | 0.49% | - |
| HSV(B) | 70.59º | 0.71% | 0.75% | - |
| XYZ | 35.71 | 46.31 | 10.8 | - |
| YUV | 169.32 | 64.05 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 192 | 56 | 0.12 | 0 | 0.71 | 0.25 | 70.59 | 0.55 | 0.49 |
| Hex | A8 | C0 | 38 | C | 0 | 47 | 19 | 47 | 37 | 31 |
| Octal | 250 | 300 | 70 | 14 | 0 | 107 | 31 | 107 | 67 | 61 |
| Binary | 10101000 | 11000000 | 111000 | 1100 | 0 | 1000111 | 11001 | 1000111 | 110111 | 110001 |
Color Harmonies of #A8C038
Complementary color
Monochromatic Colors of #A8C038
Black with #A8C038
Text Example
Text Example
White with #A8C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C038; }
p { color: rgb(168,192,56); }
H1.HeaderClassName
{
color: #A8C038;
}
.AnyTagClassName
{
color: #A8C038;
}
</style>
background-color css
<style>
a { background-color: #A8C038; }
a { background-color: rgb(168,192,56); }
div.DivClassName
{
background-color: #A8C038;
}
.BgClassName
{
background-color: #A8C038;
}
</style>
border-color css
<style>
span { border-color: #A8C038; }
span { border-color: rgb(168,192,56); }
td.TdClassName
{
border-color: #A8C038;
}
.TagClassName
{
border-color: #A8C038;
}
</style>