Shades of Sulu #ACFE77
Tints of Sulu #ACFE77
RGB
CMYK
RGB Variations
Color information
#ACFE77 (or 0xACFE77) is known color: Sulu. HEX triplet: AC, FE and 77. RGB value is (172,254,119). Sum of RGB (Red+Green+Blue) = 172+254+119=545 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.56% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 119 (46.88% from 255 or 21.83% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE77 is #530188. Grayscale: #D6D6D6. Windows color (decimal): -5439881 or 7863980. OLE color: 7863980.
HSL color Cylindrical-coordinate representation of color #ACFE77: hue angle of 96.44º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACFE77 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 119 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.00 |
| HSL | 96.44º | 0.99% | 0.73% | - |
| HSV(B) | 96.44º | 0.53% | 1% | - |
| XYZ | 55.78 | 80.99 | 30.14 | - |
| YUV | 214.09 | 74.33 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 119 | 0.32 | 0 | 0.53 | 0.00 | 96.44 | 0.99 | 0.73 |
| Hex | AC | FE | 77 | 20 | 0 | 35 | 0 | 60 | 63 | 49 |
| Octal | 254 | 376 | 167 | 40 | 0 | 65 | 0 | 140 | 143 | 111 |
| Binary | 10101100 | 11111110 | 1110111 | 100000 | 0 | 110101 | 0 | 1100000 | 1100011 | 1001001 |
Color Harmonies of #ACFE77
Complementary color
Monochromatic Colors of #ACFE77
Black with #ACFE77
Text Example
Text Example
White with #ACFE77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE77; }
p { color: rgb(172,254,119); }
H1.HeaderClassName
{
color: #ACFE77;
}
.AnyTagClassName
{
color: #ACFE77;
}
</style>
background-color css
<style>
a { background-color: #ACFE77; }
a { background-color: rgb(172,254,119); }
div.DivClassName
{
background-color: #ACFE77;
}
.BgClassName
{
background-color: #ACFE77;
}
</style>
border-color css
<style>
span { border-color: #ACFE77; }
span { border-color: rgb(172,254,119); }
td.TdClassName
{
border-color: #ACFE77;
}
.TagClassName
{
border-color: #ACFE77;
}
</style>