Shades of Sulu #ACFF7A
Tints of Sulu #ACFF7A
RGB
CMYK
RGB Variations
Color information
#ACFF7A (or 0xACFF7A) is known color: Sulu. HEX triplet: AC, FF and 7A. RGB value is (172,255,122). Sum of RGB (Red+Green+Blue) = 172+255+122=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF7A is #530085. Grayscale: #D7D7D7. Windows color (decimal): -5439622 or 8060844. OLE color: 8060844.
HSL color Cylindrical-coordinate representation of color #ACFF7A: hue angle of 97.44º 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 #ACFF7A is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 122 | - |
| CMYK | 0.33 | 0 | 0.52 | 0 |
| HSL | 97.44º | 1% | 0.74% | - |
| HSV(B) | 97.44º | 0.52% | 1% | - |
| XYZ | 56.29 | 81.7 | 31.21 | - |
| YUV | 215.02 | 75.5 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 122 | 0.33 | 0 | 0.52 | 0 | 97.44 | 1 | 0.74 |
| Hex | AC | FF | 7A | 21 | 0 | 34 | 0 | 61 | 64 | 4A |
| Octal | 254 | 377 | 172 | 41 | 0 | 64 | 0 | 141 | 144 | 112 |
| Binary | 10101100 | 11111111 | 1111010 | 100001 | 0 | 110100 | 0 | 1100001 | 1100100 | 1001010 |
Color Harmonies of #ACFF7A
Complementary color
Monochromatic Colors of #ACFF7A
Black with #ACFF7A
Text Example
Text Example
White with #ACFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF7A; }
p { color: rgb(172,255,122); }
H1.HeaderClassName
{
color: #ACFF7A;
}
.AnyTagClassName
{
color: #ACFF7A;
}
</style>
background-color css
<style>
a { background-color: #ACFF7A; }
a { background-color: rgb(172,255,122); }
div.DivClassName
{
background-color: #ACFF7A;
}
.BgClassName
{
background-color: #ACFF7A;
}
</style>
border-color css
<style>
span { border-color: #ACFF7A; }
span { border-color: rgb(172,255,122); }
td.TdClassName
{
border-color: #ACFF7A;
}
.TagClassName
{
border-color: #ACFF7A;
}
</style>