Shades of Sulu #ACF76F
Tints of Sulu #ACF76F
RGB
CMYK
RGB Variations
Color information
#ACF76F (or 0xACF76F) is known color: Sulu. HEX triplet: AC, F7 and 6F. RGB value is (172,247,111). Sum of RGB (Red+Green+Blue) = 172+247+111=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF76F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF76F is #530890. Grayscale: #D1D1D1. Windows color (decimal): -5441681 or 7337900. OLE color: 7337900.
HSL color Cylindrical-coordinate representation of color #ACF76F: hue angle of 93.09º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF76F is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 111 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.03 |
| HSL | 93.09º | 0.89% | 0.7% | - |
| HSV(B) | 93.09º | 0.55% | 0.97% | - |
| XYZ | 53.14 | 76.44 | 26.99 | - |
| YUV | 209.07 | 72.65 | 101.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 111 | 0.30 | 0 | 0.55 | 0.03 | 93.09 | 0.89 | 0.7 |
| Hex | AC | F7 | 6F | 1E | 0 | 37 | 3 | 5D | 59 | 46 |
| Octal | 254 | 367 | 157 | 36 | 0 | 67 | 3 | 135 | 131 | 106 |
| Binary | 10101100 | 11110111 | 1101111 | 11110 | 0 | 110111 | 11 | 1011101 | 1011001 | 1000110 |
Color Harmonies of #ACF76F
Complementary color
Monochromatic Colors of #ACF76F
Black with #ACF76F
Text Example
Text Example
White with #ACF76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF76F; }
p { color: rgb(172,247,111); }
H1.HeaderClassName
{
color: #ACF76F;
}
.AnyTagClassName
{
color: #ACF76F;
}
</style>
background-color css
<style>
a { background-color: #ACF76F; }
a { background-color: rgb(172,247,111); }
div.DivClassName
{
background-color: #ACF76F;
}
.BgClassName
{
background-color: #ACF76F;
}
</style>
border-color css
<style>
span { border-color: #ACF76F; }
span { border-color: rgb(172,247,111); }
td.TdClassName
{
border-color: #ACF76F;
}
.TagClassName
{
border-color: #ACF76F;
}
</style>