Shades of Green Yellow #ACF832
Tints of Green Yellow #ACF832
RGB
CMYK
RGB Variations
Color information
#ACF832 (or 0xACF832) is known color: Green Yellow. HEX triplet: AC, F8 and 32. RGB value is (172,248,50). Sum of RGB (Red+Green+Blue) = 172+248+50=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 248 (97.27% from 255 or 52.77% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF832 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF832 is #5307CD. Grayscale: #CBCBCB. Windows color (decimal): -5441486 or 3340460. OLE color: 3340460.
HSL color Cylindrical-coordinate representation of color #ACF832: hue angle of 83.03º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACF832 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 50 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.03 |
| HSL | 83.03º | 0.93% | 0.58% | - |
| HSV(B) | 83.03º | 0.8% | 0.97% | - |
| XYZ | 51.16 | 76.14 | 15.02 | - |
| YUV | 202.7 | 41.82 | 106.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 50 | 0.31 | 0 | 0.80 | 0.03 | 83.03 | 0.93 | 0.58 |
| Hex | AC | F8 | 32 | 1F | 0 | 50 | 3 | 53 | 5D | 3A |
| Octal | 254 | 370 | 62 | 37 | 0 | 120 | 3 | 123 | 135 | 72 |
| Binary | 10101100 | 11111000 | 110010 | 11111 | 0 | 1010000 | 11 | 1010011 | 1011101 | 111010 |
Color Harmonies of #ACF832
Complementary color
Monochromatic Colors of #ACF832
Black with #ACF832
Text Example
Text Example
White with #ACF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF832; }
p { color: rgb(172,248,50); }
H1.HeaderClassName
{
color: #ACF832;
}
.AnyTagClassName
{
color: #ACF832;
}
</style>
background-color css
<style>
a { background-color: #ACF832; }
a { background-color: rgb(172,248,50); }
div.DivClassName
{
background-color: #ACF832;
}
.BgClassName
{
background-color: #ACF832;
}
</style>
border-color css
<style>
span { border-color: #ACF832; }
span { border-color: rgb(172,248,50); }
td.TdClassName
{
border-color: #ACF832;
}
.TagClassName
{
border-color: #ACF832;
}
</style>