Shades of Sulu #ACFF69
Tints of Sulu #ACFF69
RGB
CMYK
RGB Variations
Color information
#ACFF69 (or 0xACFF69) is known color: Sulu. HEX triplet: AC, FF and 69. RGB value is (172,255,105). Sum of RGB (Red+Green+Blue) = 172+255+105=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 105 (41.41% from 255 or 19.74% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF69 is #530096. Grayscale: #D5D5D5. Windows color (decimal): -5439639 or 6946732. OLE color: 6946732.
HSL color Cylindrical-coordinate representation of color #ACFF69: hue angle of 93.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACFF69 is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 105 | - |
| CMYK | 0.33 | 0 | 0.59 | 0 |
| HSL | 93.2º | 1% | 0.71% | - |
| HSV(B) | 93.2º | 0.59% | 1% | - |
| XYZ | 55.32 | 81.31 | 26.14 | - |
| YUV | 213.08 | 67 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 105 | 0.33 | 0 | 0.59 | 0 | 93.2 | 1 | 0.71 |
| Hex | AC | FF | 69 | 21 | 0 | 3B | 0 | 5D | 64 | 47 |
| Octal | 254 | 377 | 151 | 41 | 0 | 73 | 0 | 135 | 144 | 107 |
| Binary | 10101100 | 11111111 | 1101001 | 100001 | 0 | 111011 | 0 | 1011101 | 1100100 | 1000111 |
Color Harmonies of #ACFF69
Complementary color
Monochromatic Colors of #ACFF69
Black with #ACFF69
Text Example
Text Example
White with #ACFF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF69; }
p { color: rgb(172,255,105); }
H1.HeaderClassName
{
color: #ACFF69;
}
.AnyTagClassName
{
color: #ACFF69;
}
</style>
background-color css
<style>
a { background-color: #ACFF69; }
a { background-color: rgb(172,255,105); }
div.DivClassName
{
background-color: #ACFF69;
}
.BgClassName
{
background-color: #ACFF69;
}
</style>
border-color css
<style>
span { border-color: #ACFF69; }
span { border-color: rgb(172,255,105); }
td.TdClassName
{
border-color: #ACFF69;
}
.TagClassName
{
border-color: #ACFF69;
}
</style>