Shades of Green Yellow #ACF026
Tints of Green Yellow #ACF026
RGB
CMYK
RGB Variations
Color information
#ACF026 (or 0xACF026) is known color: Green Yellow. HEX triplet: AC, F0 and 26. RGB value is (172,240,38). Sum of RGB (Red+Green+Blue) = 172+240+38=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 240 (94.14% from 255 or 53.33% from 450); Blue value is 38 (15.23% from 255 or 8.44% from 450); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF026 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF026 is #530FD9. Grayscale: #C5C5C5. Windows color (decimal): -5443546 or 2551980. OLE color: 2551980.
HSL color Cylindrical-coordinate representation of color #ACF026: hue angle of 80.2º 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 #ACF026 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 38 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.06 |
| HSL | 80.2º | 0.87% | 0.55% | - |
| HSV(B) | 80.2º | 0.84% | 0.94% | - |
| XYZ | 48.52 | 71.23 | 13.03 | - |
| YUV | 196.64 | 38.47 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 38 | 0.28 | 0 | 0.84 | 0.06 | 80.2 | 0.87 | 0.55 |
| Hex | AC | F0 | 26 | 1C | 0 | 54 | 6 | 50 | 57 | 37 |
| Octal | 254 | 360 | 46 | 34 | 0 | 124 | 6 | 120 | 127 | 67 |
| Binary | 10101100 | 11110000 | 100110 | 11100 | 0 | 1010100 | 110 | 1010000 | 1010111 | 110111 |
Color Harmonies of #ACF026
Complementary color
Monochromatic Colors of #ACF026
Black with #ACF026
Text Example
Text Example
White with #ACF026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF026; }
p { color: rgb(172,240,38); }
H1.HeaderClassName
{
color: #ACF026;
}
.AnyTagClassName
{
color: #ACF026;
}
</style>
background-color css
<style>
a { background-color: #ACF026; }
a { background-color: rgb(172,240,38); }
div.DivClassName
{
background-color: #ACF026;
}
.BgClassName
{
background-color: #ACF026;
}
</style>
border-color css
<style>
span { border-color: #ACF026; }
span { border-color: rgb(172,240,38); }
td.TdClassName
{
border-color: #ACF026;
}
.TagClassName
{
border-color: #ACF026;
}
</style>