Shades of Yellow Green #A6CE34
Tints of Yellow Green #A6CE34
RGB
CMYK
RGB Variations
Color information
#A6CE34 (or 0xA6CE34) is known color: Yellow Green. HEX triplet: A6, CE and 34. RGB value is (166,206,52). Sum of RGB (Red+Green+Blue) = 166+206+52=424 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.15% from 424); Green value is 206 (80.86% from 255 or 48.58% from 424); Blue value is 52 (20.70% from 255 or 12.26% from 424); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE34 is #5931CB. Grayscale: #B1B1B1. Windows color (decimal): -5845452 or 3460774. OLE color: 3460774.
HSL color Cylindrical-coordinate representation of color #A6CE34: hue angle of 75.58º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A6CE34 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 206 | 52 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.19 |
| HSL | 75.58º | 0.61% | 0.51% | - |
| HSV(B) | 75.58º | 0.75% | 0.81% | - |
| XYZ | 38.42 | 52.5 | 11.36 | - |
| YUV | 176.48 | 57.75 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 206 | 52 | 0.19 | 0 | 0.75 | 0.19 | 75.58 | 0.61 | 0.51 |
| Hex | A6 | CE | 34 | 13 | 0 | 4B | 13 | 4C | 3D | 33 |
| Octal | 246 | 316 | 64 | 23 | 0 | 113 | 23 | 114 | 75 | 63 |
| Binary | 10100110 | 11001110 | 110100 | 10011 | 0 | 1001011 | 10011 | 1001100 | 111101 | 110011 |
Color Harmonies of #A6CE34
Complementary color
Monochromatic Colors of #A6CE34
Black with #A6CE34
Text Example
Text Example
White with #A6CE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CE34; }
p { color: rgb(166,206,52); }
H1.HeaderClassName
{
color: #A6CE34;
}
.AnyTagClassName
{
color: #A6CE34;
}
</style>
background-color css
<style>
a { background-color: #A6CE34; }
a { background-color: rgb(166,206,52); }
div.DivClassName
{
background-color: #A6CE34;
}
.BgClassName
{
background-color: #A6CE34;
}
</style>
border-color css
<style>
span { border-color: #A6CE34; }
span { border-color: rgb(166,206,52); }
td.TdClassName
{
border-color: #A6CE34;
}
.TagClassName
{
border-color: #A6CE34;
}
</style>