Shades of Green Yellow #ACF94A
Tints of Green Yellow #ACF94A
RGB
CMYK
RGB Variations
Color information
#ACF94A (or 0xACF94A) is known color: Green Yellow. HEX triplet: AC, F9 and 4A. RGB value is (172,249,74). Sum of RGB (Red+Green+Blue) = 172+249+74=495 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.75% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 74 (29.30% from 255 or 14.95% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF94A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF94A is #5306B5. Grayscale: #CECECE. Windows color (decimal): -5441206 or 4913580. OLE color: 4913580.
HSL color Cylindrical-coordinate representation of color #ACF94A: hue angle of 86.4º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF94A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 74 | - |
| CMYK | 0.31 | 0 | 0.70 | 0.02 |
| HSL | 86.4º | 0.94% | 0.63% | - |
| HSV(B) | 86.4º | 0.7% | 0.98% | - |
| XYZ | 52.12 | 77.02 | 18.6 | - |
| YUV | 206.03 | 53.49 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 74 | 0.31 | 0 | 0.70 | 0.02 | 86.4 | 0.94 | 0.63 |
| Hex | AC | F9 | 4A | 1F | 0 | 46 | 2 | 56 | 5E | 3F |
| Octal | 254 | 371 | 112 | 37 | 0 | 106 | 2 | 126 | 136 | 77 |
| Binary | 10101100 | 11111001 | 1001010 | 11111 | 0 | 1000110 | 10 | 1010110 | 1011110 | 111111 |
Color Harmonies of #ACF94A
Complementary color
Monochromatic Colors of #ACF94A
Black with #ACF94A
Text Example
Text Example
White with #ACF94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF94A; }
p { color: rgb(172,249,74); }
H1.HeaderClassName
{
color: #ACF94A;
}
.AnyTagClassName
{
color: #ACF94A;
}
</style>
background-color css
<style>
a { background-color: #ACF94A; }
a { background-color: rgb(172,249,74); }
div.DivClassName
{
background-color: #ACF94A;
}
.BgClassName
{
background-color: #ACF94A;
}
</style>
border-color css
<style>
span { border-color: #ACF94A; }
span { border-color: rgb(172,249,74); }
td.TdClassName
{
border-color: #ACF94A;
}
.TagClassName
{
border-color: #ACF94A;
}
</style>