Shades of Yellow Green #A6CA34
Tints of Yellow Green #A6CA34
RGB
CMYK
RGB Variations
Color information
#A6CA34 (or 0xA6CA34) is known color: Yellow Green. HEX triplet: A6, CA and 34. RGB value is (166,202,52). Sum of RGB (Red+Green+Blue) = 166+202+52=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 202 (79.30% from 255 or 48.10% from 420); Blue value is 52 (20.70% from 255 or 12.38% from 420); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CA34 is #5935CB. Grayscale: #AEAEAE. Windows color (decimal): -5846476 or 3459750. OLE color: 3459750.
HSL color Cylindrical-coordinate representation of color #A6CA34: hue angle of 74.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6CA34 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 52 | - |
| CMYK | 0.18 | 0 | 0.74 | 0.21 |
| HSL | 74.4º | 0.59% | 0.5% | - |
| HSV(B) | 74.4º | 0.74% | 0.79% | - |
| XYZ | 37.47 | 50.6 | 11.04 | - |
| YUV | 174.14 | 59.07 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 52 | 0.18 | 0 | 0.74 | 0.21 | 74.4 | 0.59 | 0.5 |
| Hex | A6 | CA | 34 | 12 | 0 | 4A | 15 | 4A | 3B | 32 |
| Octal | 246 | 312 | 64 | 22 | 0 | 112 | 25 | 112 | 73 | 62 |
| Binary | 10100110 | 11001010 | 110100 | 10010 | 0 | 1001010 | 10101 | 1001010 | 111011 | 110010 |
Color Harmonies of #A6CA34
Complementary color
Monochromatic Colors of #A6CA34
Black with #A6CA34
Text Example
Text Example
White with #A6CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA34; }
p { color: rgb(166,202,52); }
H1.HeaderClassName
{
color: #A6CA34;
}
.AnyTagClassName
{
color: #A6CA34;
}
</style>
background-color css
<style>
a { background-color: #A6CA34; }
a { background-color: rgb(166,202,52); }
div.DivClassName
{
background-color: #A6CA34;
}
.BgClassName
{
background-color: #A6CA34;
}
</style>
border-color css
<style>
span { border-color: #A6CA34; }
span { border-color: rgb(166,202,52); }
td.TdClassName
{
border-color: #A6CA34;
}
.TagClassName
{
border-color: #A6CA34;
}
</style>