Shades of Sulu #ACF971
Tints of Sulu #ACF971
RGB
CMYK
RGB Variations
Color information
#ACF971 (or 0xACF971) is known color: Sulu. HEX triplet: AC, F9 and 71. RGB value is (172,249,113). Sum of RGB (Red+Green+Blue) = 172+249+113=534 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.21% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF971 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF971 is #53068E. Grayscale: #D2D2D2. Windows color (decimal): -5441167 or 7469484. OLE color: 7469484.
HSL color Cylindrical-coordinate representation of color #ACF971: hue angle of 93.97º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF971 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 113 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.02 |
| HSL | 93.97º | 0.92% | 0.71% | - |
| HSV(B) | 93.97º | 0.55% | 0.98% | - |
| XYZ | 53.87 | 77.71 | 27.78 | - |
| YUV | 210.47 | 72.99 | 100.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 113 | 0.31 | 0 | 0.55 | 0.02 | 93.97 | 0.92 | 0.71 |
| Hex | AC | F9 | 71 | 1F | 0 | 37 | 2 | 5E | 5C | 47 |
| Octal | 254 | 371 | 161 | 37 | 0 | 67 | 2 | 136 | 134 | 107 |
| Binary | 10101100 | 11111001 | 1110001 | 11111 | 0 | 110111 | 10 | 1011110 | 1011100 | 1000111 |
Color Harmonies of #ACF971
Complementary color
Monochromatic Colors of #ACF971
Black with #ACF971
Text Example
Text Example
White with #ACF971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF971; }
p { color: rgb(172,249,113); }
H1.HeaderClassName
{
color: #ACF971;
}
.AnyTagClassName
{
color: #ACF971;
}
</style>
background-color css
<style>
a { background-color: #ACF971; }
a { background-color: rgb(172,249,113); }
div.DivClassName
{
background-color: #ACF971;
}
.BgClassName
{
background-color: #ACF971;
}
</style>
border-color css
<style>
span { border-color: #ACF971; }
span { border-color: rgb(172,249,113); }
td.TdClassName
{
border-color: #ACF971;
}
.TagClassName
{
border-color: #ACF971;
}
</style>