Shades of Green Yellow #ACF32D
Tints of Green Yellow #ACF32D
RGB
CMYK
RGB Variations
Color information
#ACF32D (or 0xACF32D) is known color: Green Yellow. HEX triplet: AC, F3 and 2D. RGB value is (172,243,45). Sum of RGB (Red+Green+Blue) = 172+243+45=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF32D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF32D is #530CD2. Grayscale: #C7C7C7. Windows color (decimal): -5442771 or 3011500. OLE color: 3011500.
HSL color Cylindrical-coordinate representation of color #ACF32D: hue angle of 81.52º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACF32D is Cyan = 0.29, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 45 | - |
| CMYK | 0.29 | 0 | 0.81 | 0.05 |
| HSL | 81.52º | 0.89% | 0.56% | - |
| HSV(B) | 81.52º | 0.81% | 0.95% | - |
| XYZ | 49.54 | 73.06 | 13.97 | - |
| YUV | 199.2 | 40.98 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 45 | 0.29 | 0 | 0.81 | 0.05 | 81.52 | 0.89 | 0.56 |
| Hex | AC | F3 | 2D | 1D | 0 | 51 | 5 | 52 | 59 | 38 |
| Octal | 254 | 363 | 55 | 35 | 0 | 121 | 5 | 122 | 131 | 70 |
| Binary | 10101100 | 11110011 | 101101 | 11101 | 0 | 1010001 | 101 | 1010010 | 1011001 | 111000 |
Color Harmonies of #ACF32D
Complementary color
Monochromatic Colors of #ACF32D
Black with #ACF32D
Text Example
Text Example
White with #ACF32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF32D; }
p { color: rgb(172,243,45); }
H1.HeaderClassName
{
color: #ACF32D;
}
.AnyTagClassName
{
color: #ACF32D;
}
</style>
background-color css
<style>
a { background-color: #ACF32D; }
a { background-color: rgb(172,243,45); }
div.DivClassName
{
background-color: #ACF32D;
}
.BgClassName
{
background-color: #ACF32D;
}
</style>
border-color css
<style>
span { border-color: #ACF32D; }
span { border-color: rgb(172,243,45); }
td.TdClassName
{
border-color: #ACF32D;
}
.TagClassName
{
border-color: #ACF32D;
}
</style>