Shades of Green Yellow #ACF03D
Tints of Green Yellow #ACF03D
RGB
CMYK
RGB Variations
Color information
#ACF03D (or 0xACF03D) is known color: Green Yellow. HEX triplet: AC, F0 and 3D. RGB value is (172,240,61). Sum of RGB (Red+Green+Blue) = 172+240+61=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 240 (94.14% from 255 or 50.74% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF03D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF03D is #530FC2. Grayscale: #C7C7C7. Windows color (decimal): -5443523 or 4059308. OLE color: 4059308.
HSL color Cylindrical-coordinate representation of color #ACF03D: hue angle of 82.79º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACF03D is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 61 | - |
| CMYK | 0.28 | 0 | 0.75 | 0.06 |
| HSL | 82.79º | 0.86% | 0.59% | - |
| HSV(B) | 82.79º | 0.75% | 0.94% | - |
| XYZ | 49.02 | 71.43 | 15.62 | - |
| YUV | 199.26 | 49.97 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 61 | 0.28 | 0 | 0.75 | 0.06 | 82.79 | 0.86 | 0.59 |
| Hex | AC | F0 | 3D | 1C | 0 | 4B | 6 | 53 | 56 | 3B |
| Octal | 254 | 360 | 75 | 34 | 0 | 113 | 6 | 123 | 126 | 73 |
| Binary | 10101100 | 11110000 | 111101 | 11100 | 0 | 1001011 | 110 | 1010011 | 1010110 | 111011 |
Color Harmonies of #ACF03D
Complementary color
Monochromatic Colors of #ACF03D
Black with #ACF03D
Text Example
Text Example
White with #ACF03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF03D; }
p { color: rgb(172,240,61); }
H1.HeaderClassName
{
color: #ACF03D;
}
.AnyTagClassName
{
color: #ACF03D;
}
</style>
background-color css
<style>
a { background-color: #ACF03D; }
a { background-color: rgb(172,240,61); }
div.DivClassName
{
background-color: #ACF03D;
}
.BgClassName
{
background-color: #ACF03D;
}
</style>
border-color css
<style>
span { border-color: #ACF03D; }
span { border-color: rgb(172,240,61); }
td.TdClassName
{
border-color: #ACF03D;
}
.TagClassName
{
border-color: #ACF03D;
}
</style>