Shades of Yellow Green #A2CE30
Tints of Yellow Green #A2CE30
RGB
CMYK
RGB Variations
Color information
#A2CE30 (or 0xA2CE30) is known color: Yellow Green. HEX triplet: A2, CE and 30. RGB value is (162,206,48). Sum of RGB (Red+Green+Blue) = 162+206+48=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 206 (80.86% from 255 or 49.52% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2CE30 is #5D31CF. Grayscale: #AFAFAF. Windows color (decimal): -6107600 or 3198626. OLE color: 3198626.
HSL color Cylindrical-coordinate representation of color #A2CE30: hue angle of 76.71º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A2CE30 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 162 | 206 | 48 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.19 |
| HSL | 76.71º | 0.62% | 0.5% | - |
| HSV(B) | 76.71º | 0.77% | 0.81% | - |
| XYZ | 37.51 | 52.04 | 10.86 | - |
| YUV | 174.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 206 | 48 | 0.21 | 0 | 0.77 | 0.19 | 76.71 | 0.62 | 0.5 |
| Hex | A2 | CE | 30 | 15 | 0 | 4D | 13 | 4D | 3E | 32 |
| Octal | 242 | 316 | 60 | 25 | 0 | 115 | 23 | 115 | 76 | 62 |
| Binary | 10100010 | 11001110 | 110000 | 10101 | 0 | 1001101 | 10011 | 1001101 | 111110 | 110010 |
Color Harmonies of #A2CE30
Complementary color
Monochromatic Colors of #A2CE30
Black with #A2CE30
Text Example
Text Example
White with #A2CE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CE30; }
p { color: rgb(162,206,48); }
H1.HeaderClassName
{
color: #A2CE30;
}
.AnyTagClassName
{
color: #A2CE30;
}
</style>
background-color css
<style>
a { background-color: #A2CE30; }
a { background-color: rgb(162,206,48); }
div.DivClassName
{
background-color: #A2CE30;
}
.BgClassName
{
background-color: #A2CE30;
}
</style>
border-color css
<style>
span { border-color: #A2CE30; }
span { border-color: rgb(162,206,48); }
td.TdClassName
{
border-color: #A2CE30;
}
.TagClassName
{
border-color: #A2CE30;
}
</style>