Shades of Green Yellow #ACFB32
Tints of Green Yellow #ACFB32
RGB
CMYK
RGB Variations
Color information
#ACFB32 (or 0xACFB32) is known color: Green Yellow. HEX triplet: AC, FB and 32. RGB value is (172,251,50). Sum of RGB (Red+Green+Blue) = 172+251+50=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 251 (98.44% from 255 or 53.07% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 251 - color contains mainly: green. Hex color #ACFB32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFB32 is #5304CD. Grayscale: #CDCDCD. Windows color (decimal): -5440718 or 3341228. OLE color: 3341228.
HSL color Cylindrical-coordinate representation of color #ACFB32: hue angle of 83.58º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACFB32 is Cyan = 0.31, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 251 | 50 | - |
| CMYK | 0.31 | 0 | 0.80 | 0.02 |
| HSL | 83.58º | 0.96% | 0.59% | - |
| HSV(B) | 83.58º | 0.8% | 0.98% | - |
| XYZ | 52.09 | 78 | 15.33 | - |
| YUV | 204.47 | 40.83 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 251 | 50 | 0.31 | 0 | 0.80 | 0.02 | 83.58 | 0.96 | 0.59 |
| Hex | AC | FB | 32 | 1F | 0 | 50 | 2 | 54 | 60 | 3B |
| Octal | 254 | 373 | 62 | 37 | 0 | 120 | 2 | 124 | 140 | 73 |
| Binary | 10101100 | 11111011 | 110010 | 11111 | 0 | 1010000 | 10 | 1010100 | 1100000 | 111011 |
Color Harmonies of #ACFB32
Complementary color
Monochromatic Colors of #ACFB32
Black with #ACFB32
Text Example
Text Example
White with #ACFB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFB32; }
p { color: rgb(172,251,50); }
H1.HeaderClassName
{
color: #ACFB32;
}
.AnyTagClassName
{
color: #ACFB32;
}
</style>
background-color css
<style>
a { background-color: #ACFB32; }
a { background-color: rgb(172,251,50); }
div.DivClassName
{
background-color: #ACFB32;
}
.BgClassName
{
background-color: #ACFB32;
}
</style>
border-color css
<style>
span { border-color: #ACFB32; }
span { border-color: rgb(172,251,50); }
td.TdClassName
{
border-color: #ACFB32;
}
.TagClassName
{
border-color: #ACFB32;
}
</style>