Shades of Green Yellow #ACF13D
Tints of Green Yellow #ACF13D
RGB
CMYK
RGB Variations
Color information
#ACF13D (or 0xACF13D) is known color: Green Yellow. HEX triplet: AC, F1 and 3D. RGB value is (172,241,61). Sum of RGB (Red+Green+Blue) = 172+241+61=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF13D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF13D is #530EC2. Grayscale: #C8C8C8. Windows color (decimal): -5443267 or 4059564. OLE color: 4059564.
HSL color Cylindrical-coordinate representation of color #ACF13D: hue angle of 83º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACF13D is Cyan = 0.29, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 61 | - |
| CMYK | 0.29 | 0 | 0.75 | 0.05 |
| HSL | 83º | 0.87% | 0.59% | - |
| HSV(B) | 83º | 0.75% | 0.95% | - |
| XYZ | 49.31 | 72.02 | 15.72 | - |
| YUV | 199.85 | 49.64 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 61 | 0.29 | 0 | 0.75 | 0.05 | 83 | 0.87 | 0.59 |
| Hex | AC | F1 | 3D | 1D | 0 | 4B | 5 | 53 | 57 | 3B |
| Octal | 254 | 361 | 75 | 35 | 0 | 113 | 5 | 123 | 127 | 73 |
| Binary | 10101100 | 11110001 | 111101 | 11101 | 0 | 1001011 | 101 | 1010011 | 1010111 | 111011 |
Color Harmonies of #ACF13D
Complementary color
Monochromatic Colors of #ACF13D
Black with #ACF13D
Text Example
Text Example
White with #ACF13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF13D; }
p { color: rgb(172,241,61); }
H1.HeaderClassName
{
color: #ACF13D;
}
.AnyTagClassName
{
color: #ACF13D;
}
</style>
background-color css
<style>
a { background-color: #ACF13D; }
a { background-color: rgb(172,241,61); }
div.DivClassName
{
background-color: #ACF13D;
}
.BgClassName
{
background-color: #ACF13D;
}
</style>
border-color css
<style>
span { border-color: #ACF13D; }
span { border-color: rgb(172,241,61); }
td.TdClassName
{
border-color: #ACF13D;
}
.TagClassName
{
border-color: #ACF13D;
}
</style>