Shades of Sulu #ACFF7B
Tints of Sulu #ACFF7B
RGB
CMYK
RGB Variations
Color information
#ACFF7B (or 0xACFF7B) is known color: Sulu. HEX triplet: AC, FF and 7B. RGB value is (172,255,123). Sum of RGB (Red+Green+Blue) = 172+255+123=550 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.27% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 123 (48.44% from 255 or 22.36% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF7B is #530084. Grayscale: #D7D7D7. Windows color (decimal): -5439621 or 8126380. OLE color: 8126380.
HSL color Cylindrical-coordinate representation of color #ACFF7B: hue angle of 97.73º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACFF7B is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 123 | - |
| CMYK | 0.33 | 0 | 0.52 | 0 |
| HSL | 97.73º | 1% | 0.74% | - |
| HSV(B) | 97.73º | 0.52% | 1% | - |
| XYZ | 56.35 | 81.72 | 31.54 | - |
| YUV | 215.14 | 76 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 123 | 0.33 | 0 | 0.52 | 0 | 97.73 | 1 | 0.74 |
| Hex | AC | FF | 7B | 21 | 0 | 34 | 0 | 62 | 64 | 4A |
| Octal | 254 | 377 | 173 | 41 | 0 | 64 | 0 | 142 | 144 | 112 |
| Binary | 10101100 | 11111111 | 1111011 | 100001 | 0 | 110100 | 0 | 1100010 | 1100100 | 1001010 |
Color Harmonies of #ACFF7B
Complementary color
Monochromatic Colors of #ACFF7B
Black with #ACFF7B
Text Example
Text Example
White with #ACFF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF7B; }
p { color: rgb(172,255,123); }
H1.HeaderClassName
{
color: #ACFF7B;
}
.AnyTagClassName
{
color: #ACFF7B;
}
</style>
background-color css
<style>
a { background-color: #ACFF7B; }
a { background-color: rgb(172,255,123); }
div.DivClassName
{
background-color: #ACFF7B;
}
.BgClassName
{
background-color: #ACFF7B;
}
</style>
border-color css
<style>
span { border-color: #ACFF7B; }
span { border-color: rgb(172,255,123); }
td.TdClassName
{
border-color: #ACFF7B;
}
.TagClassName
{
border-color: #ACFF7B;
}
</style>