Shades of Green Yellow #ACF245
Tints of Green Yellow #ACF245
RGB
CMYK
RGB Variations
Color information
#ACF245 (or 0xACF245) is known color: Green Yellow. HEX triplet: AC, F2 and 45. RGB value is (172,242,69). Sum of RGB (Red+Green+Blue) = 172+242+69=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 242 (94.92% from 255 or 50.10% from 483); Blue value is 69 (27.34% from 255 or 14.29% from 483); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF245 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF245 is #530DBA. Grayscale: #C9C9C9. Windows color (decimal): -5443003 or 4584108. OLE color: 4584108.
HSL color Cylindrical-coordinate representation of color #ACF245: hue angle of 84.28º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACF245 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 69 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.05 |
| HSL | 84.28º | 0.87% | 0.61% | - |
| HSV(B) | 84.28º | 0.71% | 0.95% | - |
| XYZ | 49.84 | 72.7 | 17.04 | - |
| YUV | 201.35 | 53.31 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 69 | 0.29 | 0 | 0.71 | 0.05 | 84.28 | 0.87 | 0.61 |
| Hex | AC | F2 | 45 | 1D | 0 | 47 | 5 | 54 | 57 | 3D |
| Octal | 254 | 362 | 105 | 35 | 0 | 107 | 5 | 124 | 127 | 75 |
| Binary | 10101100 | 11110010 | 1000101 | 11101 | 0 | 1000111 | 101 | 1010100 | 1010111 | 111101 |
Color Harmonies of #ACF245
Complementary color
Monochromatic Colors of #ACF245
Black with #ACF245
Text Example
Text Example
White with #ACF245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF245; }
p { color: rgb(172,242,69); }
H1.HeaderClassName
{
color: #ACF245;
}
.AnyTagClassName
{
color: #ACF245;
}
</style>
background-color css
<style>
a { background-color: #ACF245; }
a { background-color: rgb(172,242,69); }
div.DivClassName
{
background-color: #ACF245;
}
.BgClassName
{
background-color: #ACF245;
}
</style>
border-color css
<style>
span { border-color: #ACF245; }
span { border-color: rgb(172,242,69); }
td.TdClassName
{
border-color: #ACF245;
}
.TagClassName
{
border-color: #ACF245;
}
</style>