Shades of Sulu #ACF671
Tints of Sulu #ACF671
RGB
CMYK
RGB Variations
Color information
#ACF671 (or 0xACF671) is known color: Sulu. HEX triplet: AC, F6 and 71. RGB value is (172,246,113). Sum of RGB (Red+Green+Blue) = 172+246+113=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 246 (96.48% from 255 or 46.33% from 531); Blue value is 113 (44.53% from 255 or 21.28% from 531); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF671 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF671 is #53098E. Grayscale: #D1D1D1. Windows color (decimal): -5441935 or 7468716. OLE color: 7468716.
HSL color Cylindrical-coordinate representation of color #ACF671: hue angle of 93.38º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF671 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 113 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 93.38º | 0.88% | 0.7% | - |
| HSV(B) | 93.38º | 0.54% | 0.96% | - |
| XYZ | 52.95 | 75.87 | 27.48 | - |
| YUV | 208.71 | 73.98 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 113 | 0.30 | 0 | 0.54 | 0.04 | 93.38 | 0.88 | 0.7 |
| Hex | AC | F6 | 71 | 1E | 0 | 36 | 4 | 5D | 58 | 46 |
| Octal | 254 | 366 | 161 | 36 | 0 | 66 | 4 | 135 | 130 | 106 |
| Binary | 10101100 | 11110110 | 1110001 | 11110 | 0 | 110110 | 100 | 1011101 | 1011000 | 1000110 |
Color Harmonies of #ACF671
Complementary color
Monochromatic Colors of #ACF671
Black with #ACF671
Text Example
Text Example
White with #ACF671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF671; }
p { color: rgb(172,246,113); }
H1.HeaderClassName
{
color: #ACF671;
}
.AnyTagClassName
{
color: #ACF671;
}
</style>
background-color css
<style>
a { background-color: #ACF671; }
a { background-color: rgb(172,246,113); }
div.DivClassName
{
background-color: #ACF671;
}
.BgClassName
{
background-color: #ACF671;
}
</style>
border-color css
<style>
span { border-color: #ACF671; }
span { border-color: rgb(172,246,113); }
td.TdClassName
{
border-color: #ACF671;
}
.TagClassName
{
border-color: #ACF671;
}
</style>