Shades of Sulu #ACF66F
Tints of Sulu #ACF66F
RGB
CMYK
RGB Variations
Color information
#ACF66F (or 0xACF66F) is known color: Sulu. HEX triplet: AC, F6 and 6F. RGB value is (172,246,111). Sum of RGB (Red+Green+Blue) = 172+246+111=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 246 (96.48% from 255 or 46.50% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF66F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF66F is #530990. Grayscale: #D0D0D0. Windows color (decimal): -5441937 or 7337644. OLE color: 7337644.
HSL color Cylindrical-coordinate representation of color #ACF66F: hue angle of 92.89º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF66F is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 111 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.04 |
| HSL | 92.89º | 0.88% | 0.7% | - |
| HSV(B) | 92.89º | 0.55% | 0.96% | - |
| XYZ | 52.84 | 75.83 | 26.89 | - |
| YUV | 208.48 | 72.98 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 111 | 0.30 | 0 | 0.55 | 0.04 | 92.89 | 0.88 | 0.7 |
| Hex | AC | F6 | 6F | 1E | 0 | 37 | 4 | 5D | 58 | 46 |
| Octal | 254 | 366 | 157 | 36 | 0 | 67 | 4 | 135 | 130 | 106 |
| Binary | 10101100 | 11110110 | 1101111 | 11110 | 0 | 110111 | 100 | 1011101 | 1011000 | 1000110 |
Color Harmonies of #ACF66F
Complementary color
Monochromatic Colors of #ACF66F
Black with #ACF66F
Text Example
Text Example
White with #ACF66F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF66F; }
p { color: rgb(172,246,111); }
H1.HeaderClassName
{
color: #ACF66F;
}
.AnyTagClassName
{
color: #ACF66F;
}
</style>
background-color css
<style>
a { background-color: #ACF66F; }
a { background-color: rgb(172,246,111); }
div.DivClassName
{
background-color: #ACF66F;
}
.BgClassName
{
background-color: #ACF66F;
}
</style>
border-color css
<style>
span { border-color: #ACF66F; }
span { border-color: rgb(172,246,111); }
td.TdClassName
{
border-color: #ACF66F;
}
.TagClassName
{
border-color: #ACF66F;
}
</style>