Shades of Green Yellow #ACF13B
Tints of Green Yellow #ACF13B
RGB
CMYK
RGB Variations
Color information
#ACF13B (or 0xACF13B) is known color: Green Yellow. HEX triplet: AC, F1 and 3B. RGB value is (172,241,59). Sum of RGB (Red+Green+Blue) = 172+241+59=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 241 (94.53% from 255 or 51.06% from 472); Blue value is 59 (23.44% from 255 or 12.5% from 472); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF13B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF13B is #530EC4. Grayscale: #C8C8C8. Windows color (decimal): -5443269 or 3928492. OLE color: 3928492.
HSL color Cylindrical-coordinate representation of color #ACF13B: hue angle of 82.75º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACF13B is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 59 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.05 |
| HSL | 82.75º | 0.87% | 0.59% | - |
| HSV(B) | 82.75º | 0.76% | 0.95% | - |
| XYZ | 49.26 | 72 | 15.44 | - |
| YUV | 199.62 | 48.64 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 59 | 0.29 | 0 | 0.76 | 0.05 | 82.75 | 0.87 | 0.59 |
| Hex | AC | F1 | 3B | 1D | 0 | 4C | 5 | 53 | 57 | 3B |
| Octal | 254 | 361 | 73 | 35 | 0 | 114 | 5 | 123 | 127 | 73 |
| Binary | 10101100 | 11110001 | 111011 | 11101 | 0 | 1001100 | 101 | 1010011 | 1010111 | 111011 |
Color Harmonies of #ACF13B
Complementary color
Monochromatic Colors of #ACF13B
Black with #ACF13B
Text Example
Text Example
White with #ACF13B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF13B; }
p { color: rgb(172,241,59); }
H1.HeaderClassName
{
color: #ACF13B;
}
.AnyTagClassName
{
color: #ACF13B;
}
</style>
background-color css
<style>
a { background-color: #ACF13B; }
a { background-color: rgb(172,241,59); }
div.DivClassName
{
background-color: #ACF13B;
}
.BgClassName
{
background-color: #ACF13B;
}
</style>
border-color css
<style>
span { border-color: #ACF13B; }
span { border-color: rgb(172,241,59); }
td.TdClassName
{
border-color: #ACF13B;
}
.TagClassName
{
border-color: #ACF13B;
}
</style>