Shades of Sulu #ACFC77
Tints of Sulu #ACFC77
RGB
CMYK
RGB Variations
Color information
#ACFC77 (or 0xACFC77) is known color: Sulu. HEX triplet: AC, FC and 77. RGB value is (172,252,119). Sum of RGB (Red+Green+Blue) = 172+252+119=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC77 is #530388. Grayscale: #D5D5D5. Windows color (decimal): -5440393 or 7863468. OLE color: 7863468.
HSL color Cylindrical-coordinate representation of color #ACFC77: hue angle of 96.09º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACFC77 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 119 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.01 |
| HSL | 96.09º | 0.96% | 0.73% | - |
| HSV(B) | 96.09º | 0.53% | 0.99% | - |
| XYZ | 55.15 | 79.72 | 29.93 | - |
| YUV | 212.92 | 75 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 119 | 0.32 | 0 | 0.53 | 0.01 | 96.09 | 0.96 | 0.73 |
| Hex | AC | FC | 77 | 20 | 0 | 35 | 1 | 60 | 60 | 49 |
| Octal | 254 | 374 | 167 | 40 | 0 | 65 | 1 | 140 | 140 | 111 |
| Binary | 10101100 | 11111100 | 1110111 | 100000 | 0 | 110101 | 1 | 1100000 | 1100000 | 1001001 |
Color Harmonies of #ACFC77
Complementary color
Monochromatic Colors of #ACFC77
Black with #ACFC77
Text Example
Text Example
White with #ACFC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC77; }
p { color: rgb(172,252,119); }
H1.HeaderClassName
{
color: #ACFC77;
}
.AnyTagClassName
{
color: #ACFC77;
}
</style>
background-color css
<style>
a { background-color: #ACFC77; }
a { background-color: rgb(172,252,119); }
div.DivClassName
{
background-color: #ACFC77;
}
.BgClassName
{
background-color: #ACFC77;
}
</style>
border-color css
<style>
span { border-color: #ACFC77; }
span { border-color: rgb(172,252,119); }
td.TdClassName
{
border-color: #ACFC77;
}
.TagClassName
{
border-color: #ACFC77;
}
</style>