Shades of Yellow Green #A6C230
Tints of Yellow Green #A6C230
RGB
CMYK
RGB Variations
Color information
#A6C230 (or 0xA6C230) is known color: Yellow Green. HEX triplet: A6, C2 and 30. RGB value is (166,194,48). Sum of RGB (Red+Green+Blue) = 166+194+48=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 194 (76.17% from 255 or 47.55% from 408); Blue value is 48 (19.14% from 255 or 11.76% from 408); Max value from RGB is 194 - color contains mainly: green. Hex color #A6C230 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C230 is #593DCF. Grayscale: #A9A9A9. Windows color (decimal): -5848528 or 3195558. OLE color: 3195558.
HSL color Cylindrical-coordinate representation of color #A6C230: hue angle of 71.51º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6C230 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 194 | 48 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.24 |
| HSL | 71.51º | 0.6% | 0.47% | - |
| HSV(B) | 71.51º | 0.75% | 0.76% | - |
| XYZ | 35.55 | 46.9 | 9.98 | - |
| YUV | 168.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 194 | 48 | 0.14 | 0 | 0.75 | 0.24 | 71.51 | 0.6 | 0.47 |
| Hex | A6 | C2 | 30 | E | 0 | 4B | 18 | 48 | 3C | 2F |
| Octal | 246 | 302 | 60 | 16 | 0 | 113 | 30 | 110 | 74 | 57 |
| Binary | 10100110 | 11000010 | 110000 | 1110 | 0 | 1001011 | 11000 | 1001000 | 111100 | 101111 |
Color Harmonies of #A6C230
Complementary color
Monochromatic Colors of #A6C230
Black with #A6C230
Text Example
Text Example
White with #A6C230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6C230; }
p { color: rgb(166,194,48); }
H1.HeaderClassName
{
color: #A6C230;
}
.AnyTagClassName
{
color: #A6C230;
}
</style>
background-color css
<style>
a { background-color: #A6C230; }
a { background-color: rgb(166,194,48); }
div.DivClassName
{
background-color: #A6C230;
}
.BgClassName
{
background-color: #A6C230;
}
</style>
border-color css
<style>
span { border-color: #A6C230; }
span { border-color: rgb(166,194,48); }
td.TdClassName
{
border-color: #A6C230;
}
.TagClassName
{
border-color: #A6C230;
}
</style>