Shades of Green Yellow #ACF027
Tints of Green Yellow #ACF027
RGB
CMYK
RGB Variations
Color information
#ACF027 (or 0xACF027) is known color: Green Yellow. HEX triplet: AC, F0 and 27. RGB value is (172,240,39). Sum of RGB (Red+Green+Blue) = 172+240+39=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 240 (94.14% from 255 or 53.22% from 451); Blue value is 39 (15.62% from 255 or 8.65% from 451); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF027 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF027 is #530FD8. Grayscale: #C5C5C5. Windows color (decimal): -5443545 or 2617516. OLE color: 2617516.
HSL color Cylindrical-coordinate representation of color #ACF027: hue angle of 80.3º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACF027 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 39 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.06 |
| HSL | 80.3º | 0.87% | 0.55% | - |
| HSV(B) | 80.3º | 0.84% | 0.94% | - |
| XYZ | 48.54 | 71.24 | 13.11 | - |
| YUV | 196.75 | 38.97 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 39 | 0.28 | 0 | 0.84 | 0.06 | 80.3 | 0.87 | 0.55 |
| Hex | AC | F0 | 27 | 1C | 0 | 54 | 6 | 50 | 57 | 37 |
| Octal | 254 | 360 | 47 | 34 | 0 | 124 | 6 | 120 | 127 | 67 |
| Binary | 10101100 | 11110000 | 100111 | 11100 | 0 | 1010100 | 110 | 1010000 | 1010111 | 110111 |
Color Harmonies of #ACF027
Complementary color
Monochromatic Colors of #ACF027
Black with #ACF027
Text Example
Text Example
White with #ACF027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF027; }
p { color: rgb(172,240,39); }
H1.HeaderClassName
{
color: #ACF027;
}
.AnyTagClassName
{
color: #ACF027;
}
</style>
background-color css
<style>
a { background-color: #ACF027; }
a { background-color: rgb(172,240,39); }
div.DivClassName
{
background-color: #ACF027;
}
.BgClassName
{
background-color: #ACF027;
}
</style>
border-color css
<style>
span { border-color: #ACF027; }
span { border-color: rgb(172,240,39); }
td.TdClassName
{
border-color: #ACF027;
}
.TagClassName
{
border-color: #ACF027;
}
</style>