Shades of Sulu #ACFF77
Tints of Sulu #ACFF77
RGB
CMYK
RGB Variations
Color information
#ACFF77 (or 0xACFF77) is known color: Sulu. HEX triplet: AC, FF and 77. RGB value is (172,255,119). Sum of RGB (Red+Green+Blue) = 172+255+119=546 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.50% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 119 (46.88% from 255 or 21.79% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF77 is #530088. Grayscale: #D7D7D7. Windows color (decimal): -5439625 or 7864236. OLE color: 7864236.
HSL color Cylindrical-coordinate representation of color #ACFF77: hue angle of 96.62º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACFF77 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 119 | - |
| CMYK | 0.33 | 0 | 0.53 | 0 |
| HSL | 96.62º | 1% | 0.73% | - |
| HSV(B) | 96.62º | 0.53% | 1% | - |
| XYZ | 56.1 | 81.62 | 30.25 | - |
| YUV | 214.68 | 74 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 119 | 0.33 | 0 | 0.53 | 0 | 96.62 | 1 | 0.73 |
| Hex | AC | FF | 77 | 21 | 0 | 35 | 0 | 61 | 64 | 49 |
| Octal | 254 | 377 | 167 | 41 | 0 | 65 | 0 | 141 | 144 | 111 |
| Binary | 10101100 | 11111111 | 1110111 | 100001 | 0 | 110101 | 0 | 1100001 | 1100100 | 1001001 |
Color Harmonies of #ACFF77
Complementary color
Monochromatic Colors of #ACFF77
Black with #ACFF77
Text Example
Text Example
White with #ACFF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF77; }
p { color: rgb(172,255,119); }
H1.HeaderClassName
{
color: #ACFF77;
}
.AnyTagClassName
{
color: #ACFF77;
}
</style>
background-color css
<style>
a { background-color: #ACFF77; }
a { background-color: rgb(172,255,119); }
div.DivClassName
{
background-color: #ACFF77;
}
.BgClassName
{
background-color: #ACFF77;
}
</style>
border-color css
<style>
span { border-color: #ACFF77; }
span { border-color: rgb(172,255,119); }
td.TdClassName
{
border-color: #ACFF77;
}
.TagClassName
{
border-color: #ACFF77;
}
</style>