Shades of Sulu #ACF470
Tints of Sulu #ACF470
RGB
CMYK
RGB Variations
Color information
#ACF470 (or 0xACF470) is known color: Sulu. HEX triplet: AC, F4 and 70. RGB value is (172,244,112). Sum of RGB (Red+Green+Blue) = 172+244+112=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 244 (95.70% from 255 or 46.21% from 528); Blue value is 112 (44.14% from 255 or 21.21% from 528); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF470 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF470 is #530B8F. Grayscale: #CFCFCF. Windows color (decimal): -5442448 or 7402668. OLE color: 7402668.
HSL color Cylindrical-coordinate representation of color #ACF470: hue angle of 92.73º degrees, saturation: 0.86, 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 #ACF470 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 112 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 92.73º | 0.86% | 0.7% | - |
| HSV(B) | 92.73º | 0.54% | 0.96% | - |
| XYZ | 52.29 | 74.64 | 26.98 | - |
| YUV | 207.42 | 74.15 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 112 | 0.30 | 0 | 0.54 | 0.04 | 92.73 | 0.86 | 0.7 |
| Hex | AC | F4 | 70 | 1E | 0 | 36 | 4 | 5D | 56 | 46 |
| Octal | 254 | 364 | 160 | 36 | 0 | 66 | 4 | 135 | 126 | 106 |
| Binary | 10101100 | 11110100 | 1110000 | 11110 | 0 | 110110 | 100 | 1011101 | 1010110 | 1000110 |
Color Harmonies of #ACF470
Complementary color
Monochromatic Colors of #ACF470
Black with #ACF470
Text Example
Text Example
White with #ACF470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF470; }
p { color: rgb(172,244,112); }
H1.HeaderClassName
{
color: #ACF470;
}
.AnyTagClassName
{
color: #ACF470;
}
</style>
background-color css
<style>
a { background-color: #ACF470; }
a { background-color: rgb(172,244,112); }
div.DivClassName
{
background-color: #ACF470;
}
.BgClassName
{
background-color: #ACF470;
}
</style>
border-color css
<style>
span { border-color: #ACF470; }
span { border-color: rgb(172,244,112); }
td.TdClassName
{
border-color: #ACF470;
}
.TagClassName
{
border-color: #ACF470;
}
</style>