Shades of Sulu #ACFE68
Tints of Sulu #ACFE68
RGB
CMYK
RGB Variations
Color information
#ACFE68 (or 0xACFE68) is known color: Sulu. HEX triplet: AC, FE and 68. RGB value is (172,254,104). Sum of RGB (Red+Green+Blue) = 172+254+104=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 104 (41.02% from 255 or 19.62% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFE68 is #530197. Grayscale: #D4D4D4. Windows color (decimal): -5439896 or 6880940. OLE color: 6880940.
HSL color Cylindrical-coordinate representation of color #ACFE68: hue angle of 92.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACFE68 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 104 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.00 |
| HSL | 92.8º | 0.99% | 0.7% | - |
| HSV(B) | 92.8º | 0.59% | 1% | - |
| XYZ | 54.95 | 80.65 | 25.77 | - |
| YUV | 212.38 | 66.83 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 104 | 0.32 | 0 | 0.59 | 0.00 | 92.8 | 0.99 | 0.7 |
| Hex | AC | FE | 68 | 20 | 0 | 3B | 0 | 5D | 63 | 46 |
| Octal | 254 | 376 | 150 | 40 | 0 | 73 | 0 | 135 | 143 | 106 |
| Binary | 10101100 | 11111110 | 1101000 | 100000 | 0 | 111011 | 0 | 1011101 | 1100011 | 1000110 |
Color Harmonies of #ACFE68
Complementary color
Monochromatic Colors of #ACFE68
Black with #ACFE68
Text Example
Text Example
White with #ACFE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE68; }
p { color: rgb(172,254,104); }
H1.HeaderClassName
{
color: #ACFE68;
}
.AnyTagClassName
{
color: #ACFE68;
}
</style>
background-color css
<style>
a { background-color: #ACFE68; }
a { background-color: rgb(172,254,104); }
div.DivClassName
{
background-color: #ACFE68;
}
.BgClassName
{
background-color: #ACFE68;
}
</style>
border-color css
<style>
span { border-color: #ACFE68; }
span { border-color: rgb(172,254,104); }
td.TdClassName
{
border-color: #ACFE68;
}
.TagClassName
{
border-color: #ACFE68;
}
</style>