Shades of Green Yellow #ACF84B
Tints of Green Yellow #ACF84B
RGB
CMYK
RGB Variations
Color information
#ACF84B (or 0xACF84B) is known color: Green Yellow. HEX triplet: AC, F8 and 4B. RGB value is (172,248,75). Sum of RGB (Red+Green+Blue) = 172+248+75=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 75 (29.69% from 255 or 15.15% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF84B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF84B is #5307B4. Grayscale: #CECECE. Windows color (decimal): -5441461 or 4978860. OLE color: 4978860.
HSL color Cylindrical-coordinate representation of color #ACF84B: hue angle of 86.36º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF84B is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 75 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.03 |
| HSL | 86.36º | 0.93% | 0.63% | - |
| HSV(B) | 86.36º | 0.7% | 0.97% | - |
| XYZ | 51.85 | 76.41 | 18.67 | - |
| YUV | 205.55 | 54.32 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 75 | 0.31 | 0 | 0.70 | 0.03 | 86.36 | 0.93 | 0.63 |
| Hex | AC | F8 | 4B | 1F | 0 | 46 | 3 | 56 | 5D | 3F |
| Octal | 254 | 370 | 113 | 37 | 0 | 106 | 3 | 126 | 135 | 77 |
| Binary | 10101100 | 11111000 | 1001011 | 11111 | 0 | 1000110 | 11 | 1010110 | 1011101 | 111111 |
Color Harmonies of #ACF84B
Complementary color
Monochromatic Colors of #ACF84B
Black with #ACF84B
Text Example
Text Example
White with #ACF84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF84B; }
p { color: rgb(172,248,75); }
H1.HeaderClassName
{
color: #ACF84B;
}
.AnyTagClassName
{
color: #ACF84B;
}
</style>
background-color css
<style>
a { background-color: #ACF84B; }
a { background-color: rgb(172,248,75); }
div.DivClassName
{
background-color: #ACF84B;
}
.BgClassName
{
background-color: #ACF84B;
}
</style>
border-color css
<style>
span { border-color: #ACF84B; }
span { border-color: rgb(172,248,75); }
td.TdClassName
{
border-color: #ACF84B;
}
.TagClassName
{
border-color: #ACF84B;
}
</style>