Shades of Sulu #ACF570
Tints of Sulu #ACF570
RGB
CMYK
RGB Variations
Color information
#ACF570 (or 0xACF570) is known color: Sulu. HEX triplet: AC, F5 and 70. RGB value is (172,245,112). Sum of RGB (Red+Green+Blue) = 172+245+112=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 245 (96.09% from 255 or 46.31% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF570 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF570 is #530A8F. Grayscale: #D0D0D0. Windows color (decimal): -5442192 or 7402924. OLE color: 7402924.
HSL color Cylindrical-coordinate representation of color #ACF570: hue angle of 92.93º degrees, saturation: 0.87, 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 #ACF570 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 112 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 92.93º | 0.87% | 0.7% | - |
| HSV(B) | 92.93º | 0.54% | 0.96% | - |
| XYZ | 52.59 | 75.25 | 27.08 | - |
| YUV | 208.01 | 73.82 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 112 | 0.30 | 0 | 0.54 | 0.04 | 92.93 | 0.87 | 0.7 |
| Hex | AC | F5 | 70 | 1E | 0 | 36 | 4 | 5D | 57 | 46 |
| Octal | 254 | 365 | 160 | 36 | 0 | 66 | 4 | 135 | 127 | 106 |
| Binary | 10101100 | 11110101 | 1110000 | 11110 | 0 | 110110 | 100 | 1011101 | 1010111 | 1000110 |
Color Harmonies of #ACF570
Complementary color
Monochromatic Colors of #ACF570
Black with #ACF570
Text Example
Text Example
White with #ACF570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF570; }
p { color: rgb(172,245,112); }
H1.HeaderClassName
{
color: #ACF570;
}
.AnyTagClassName
{
color: #ACF570;
}
</style>
background-color css
<style>
a { background-color: #ACF570; }
a { background-color: rgb(172,245,112); }
div.DivClassName
{
background-color: #ACF570;
}
.BgClassName
{
background-color: #ACF570;
}
</style>
border-color css
<style>
span { border-color: #ACF570; }
span { border-color: rgb(172,245,112); }
td.TdClassName
{
border-color: #ACF570;
}
.TagClassName
{
border-color: #ACF570;
}
</style>