Shades of Green Yellow #ACF94B
Tints of Green Yellow #ACF94B
RGB
CMYK
RGB Variations
Color information
#ACF94B (or 0xACF94B) is known color: Green Yellow. HEX triplet: AC, F9 and 4B. RGB value is (172,249,75). Sum of RGB (Red+Green+Blue) = 172+249+75=496 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.68% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 75 (29.69% from 255 or 15.12% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF94B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF94B is #5306B4. Grayscale: #CECECE. Windows color (decimal): -5441205 or 4979116. OLE color: 4979116.
HSL color Cylindrical-coordinate representation of color #ACF94B: hue angle of 86.55º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF94B is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 75 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.02 |
| HSL | 86.55º | 0.94% | 0.64% | - |
| HSV(B) | 86.55º | 0.7% | 0.98% | - |
| XYZ | 52.16 | 77.03 | 18.78 | - |
| YUV | 206.14 | 53.99 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 75 | 0.31 | 0 | 0.70 | 0.02 | 86.55 | 0.94 | 0.64 |
| Hex | AC | F9 | 4B | 1F | 0 | 46 | 2 | 57 | 5E | 40 |
| Octal | 254 | 371 | 113 | 37 | 0 | 106 | 2 | 127 | 136 | 100 |
| Binary | 10101100 | 11111001 | 1001011 | 11111 | 0 | 1000110 | 10 | 1010111 | 1011110 | 1000000 |
Color Harmonies of #ACF94B
Complementary color
Monochromatic Colors of #ACF94B
Black with #ACF94B
Text Example
Text Example
White with #ACF94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF94B; }
p { color: rgb(172,249,75); }
H1.HeaderClassName
{
color: #ACF94B;
}
.AnyTagClassName
{
color: #ACF94B;
}
</style>
background-color css
<style>
a { background-color: #ACF94B; }
a { background-color: rgb(172,249,75); }
div.DivClassName
{
background-color: #ACF94B;
}
.BgClassName
{
background-color: #ACF94B;
}
</style>
border-color css
<style>
span { border-color: #ACF94B; }
span { border-color: rgb(172,249,75); }
td.TdClassName
{
border-color: #ACF94B;
}
.TagClassName
{
border-color: #ACF94B;
}
</style>