Shades of Sulu #ACF972
Tints of Sulu #ACF972
RGB
CMYK
RGB Variations
Color information
#ACF972 (or 0xACF972) is known color: Sulu. HEX triplet: AC, F9 and 72. RGB value is (172,249,114). Sum of RGB (Red+Green+Blue) = 172+249+114=535 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.15% from 535); Green value is 249 (97.66% from 255 or 46.54% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF972 is #53068D. Grayscale: #D3D3D3. Windows color (decimal): -5441166 or 7535020. OLE color: 7535020.
HSL color Cylindrical-coordinate representation of color #ACF972: hue angle of 94.22º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF972 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 114 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.02 |
| HSL | 94.22º | 0.92% | 0.71% | - |
| HSV(B) | 94.22º | 0.54% | 0.98% | - |
| XYZ | 53.93 | 77.74 | 28.08 | - |
| YUV | 210.59 | 73.49 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 114 | 0.31 | 0 | 0.54 | 0.02 | 94.22 | 0.92 | 0.71 |
| Hex | AC | F9 | 72 | 1F | 0 | 36 | 2 | 5E | 5C | 47 |
| Octal | 254 | 371 | 162 | 37 | 0 | 66 | 2 | 136 | 134 | 107 |
| Binary | 10101100 | 11111001 | 1110010 | 11111 | 0 | 110110 | 10 | 1011110 | 1011100 | 1000111 |
Color Harmonies of #ACF972
Complementary color
Monochromatic Colors of #ACF972
Black with #ACF972
Text Example
Text Example
White with #ACF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF972; }
p { color: rgb(172,249,114); }
H1.HeaderClassName
{
color: #ACF972;
}
.AnyTagClassName
{
color: #ACF972;
}
</style>
background-color css
<style>
a { background-color: #ACF972; }
a { background-color: rgb(172,249,114); }
div.DivClassName
{
background-color: #ACF972;
}
.BgClassName
{
background-color: #ACF972;
}
</style>
border-color css
<style>
span { border-color: #ACF972; }
span { border-color: rgb(172,249,114); }
td.TdClassName
{
border-color: #ACF972;
}
.TagClassName
{
border-color: #ACF972;
}
</style>