Shades of Green Yellow #ACF135
Tints of Green Yellow #ACF135
RGB
CMYK
RGB Variations
Color information
#ACF135 (or 0xACF135) is known color: Green Yellow. HEX triplet: AC, F1 and 35. RGB value is (172,241,53). Sum of RGB (Red+Green+Blue) = 172+241+53=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 53 (21.09% from 255 or 11.37% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF135 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF135 is #530ECA. Grayscale: #C7C7C7. Windows color (decimal): -5443275 or 3535276. OLE color: 3535276.
HSL color Cylindrical-coordinate representation of color #ACF135: hue angle of 82.02º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACF135 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 53 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.05 |
| HSL | 82.02º | 0.87% | 0.58% | - |
| HSV(B) | 82.02º | 0.78% | 0.95% | - |
| XYZ | 49.11 | 71.94 | 14.67 | - |
| YUV | 198.94 | 45.64 | 108.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 53 | 0.29 | 0 | 0.78 | 0.05 | 82.02 | 0.87 | 0.58 |
| Hex | AC | F1 | 35 | 1D | 0 | 4E | 5 | 52 | 57 | 3A |
| Octal | 254 | 361 | 65 | 35 | 0 | 116 | 5 | 122 | 127 | 72 |
| Binary | 10101100 | 11110001 | 110101 | 11101 | 0 | 1001110 | 101 | 1010010 | 1010111 | 111010 |
Color Harmonies of #ACF135
Complementary color
Monochromatic Colors of #ACF135
Black with #ACF135
Text Example
Text Example
White with #ACF135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF135; }
p { color: rgb(172,241,53); }
H1.HeaderClassName
{
color: #ACF135;
}
.AnyTagClassName
{
color: #ACF135;
}
</style>
background-color css
<style>
a { background-color: #ACF135; }
a { background-color: rgb(172,241,53); }
div.DivClassName
{
background-color: #ACF135;
}
.BgClassName
{
background-color: #ACF135;
}
</style>
border-color css
<style>
span { border-color: #ACF135; }
span { border-color: rgb(172,241,53); }
td.TdClassName
{
border-color: #ACF135;
}
.TagClassName
{
border-color: #ACF135;
}
</style>