Shades of Green Yellow #ACF325
Tints of Green Yellow #ACF325
RGB
CMYK
RGB Variations
Color information
#ACF325 (or 0xACF325) is known color: Green Yellow. HEX triplet: AC, F3 and 25. RGB value is (172,243,37). Sum of RGB (Red+Green+Blue) = 172+243+37=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 243 (95.31% from 255 or 53.76% from 452); Blue value is 37 (14.84% from 255 or 8.19% from 452); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF325 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF325 is #530CDA. Grayscale: #C7C7C7. Windows color (decimal): -5442779 or 2487212. OLE color: 2487212.
HSL color Cylindrical-coordinate representation of color #ACF325: hue angle of 80.68º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACF325 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 37 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.05 |
| HSL | 80.68º | 0.9% | 0.55% | - |
| HSV(B) | 80.68º | 0.85% | 0.95% | - |
| XYZ | 49.4 | 73.01 | 13.24 | - |
| YUV | 198.29 | 36.98 | 109.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 37 | 0.29 | 0 | 0.85 | 0.05 | 80.68 | 0.9 | 0.55 |
| Hex | AC | F3 | 25 | 1D | 0 | 55 | 5 | 51 | 5A | 37 |
| Octal | 254 | 363 | 45 | 35 | 0 | 125 | 5 | 121 | 132 | 67 |
| Binary | 10101100 | 11110011 | 100101 | 11101 | 0 | 1010101 | 101 | 1010001 | 1011010 | 110111 |
Color Harmonies of #ACF325
Complementary color
Monochromatic Colors of #ACF325
Black with #ACF325
Text Example
Text Example
White with #ACF325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF325; }
p { color: rgb(172,243,37); }
H1.HeaderClassName
{
color: #ACF325;
}
.AnyTagClassName
{
color: #ACF325;
}
</style>
background-color css
<style>
a { background-color: #ACF325; }
a { background-color: rgb(172,243,37); }
div.DivClassName
{
background-color: #ACF325;
}
.BgClassName
{
background-color: #ACF325;
}
</style>
border-color css
<style>
span { border-color: #ACF325; }
span { border-color: rgb(172,243,37); }
td.TdClassName
{
border-color: #ACF325;
}
.TagClassName
{
border-color: #ACF325;
}
</style>