Shades of Sulu #ACF06D
Tints of Sulu #ACF06D
RGB
CMYK
RGB Variations
Color information
#ACF06D (or 0xACF06D) is known color: Sulu. HEX triplet: AC, F0 and 6D. RGB value is (172,240,109). Sum of RGB (Red+Green+Blue) = 172+240+109=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 240 (94.14% from 255 or 46.07% from 521); Blue value is 109 (42.97% from 255 or 20.92% from 521); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF06D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF06D is #530F92. Grayscale: #CDCDCD. Windows color (decimal): -5443475 or 7205036. OLE color: 7205036.
HSL color Cylindrical-coordinate representation of color #ACF06D: hue angle of 91.15º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF06D is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 109 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.06 |
| HSL | 91.15º | 0.81% | 0.68% | - |
| HSV(B) | 91.15º | 0.55% | 0.94% | - |
| XYZ | 50.93 | 72.19 | 25.72 | - |
| YUV | 204.73 | 73.97 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 109 | 0.28 | 0 | 0.55 | 0.06 | 91.15 | 0.81 | 0.68 |
| Hex | AC | F0 | 6D | 1C | 0 | 37 | 6 | 5B | 51 | 44 |
| Octal | 254 | 360 | 155 | 34 | 0 | 67 | 6 | 133 | 121 | 104 |
| Binary | 10101100 | 11110000 | 1101101 | 11100 | 0 | 110111 | 110 | 1011011 | 1010001 | 1000100 |
Color Harmonies of #ACF06D
Complementary color
Monochromatic Colors of #ACF06D
Black with #ACF06D
Text Example
Text Example
White with #ACF06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF06D; }
p { color: rgb(172,240,109); }
H1.HeaderClassName
{
color: #ACF06D;
}
.AnyTagClassName
{
color: #ACF06D;
}
</style>
background-color css
<style>
a { background-color: #ACF06D; }
a { background-color: rgb(172,240,109); }
div.DivClassName
{
background-color: #ACF06D;
}
.BgClassName
{
background-color: #ACF06D;
}
</style>
border-color css
<style>
span { border-color: #ACF06D; }
span { border-color: rgb(172,240,109); }
td.TdClassName
{
border-color: #ACF06D;
}
.TagClassName
{
border-color: #ACF06D;
}
</style>