Shades of Sulu #ACF56D
Tints of Sulu #ACF56D
RGB
CMYK
RGB Variations
Color information
#ACF56D (or 0xACF56D) is known color: Sulu. HEX triplet: AC, F5 and 6D. RGB value is (172,245,109). Sum of RGB (Red+Green+Blue) = 172+245+109=526 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.70% from 526); Green value is 245 (96.09% from 255 or 46.58% from 526); Blue value is 109 (42.97% from 255 or 20.72% from 526); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF56D is #530A92. Grayscale: #D0D0D0. Windows color (decimal): -5442195 or 7206316. OLE color: 7206316.
HSL color Cylindrical-coordinate representation of color #ACF56D: hue angle of 92.21º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF56D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 109 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.04 |
| HSL | 92.21º | 0.87% | 0.69% | - |
| HSV(B) | 92.21º | 0.56% | 0.96% | - |
| XYZ | 52.43 | 75.18 | 26.22 | - |
| YUV | 207.67 | 72.32 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 109 | 0.30 | 0 | 0.56 | 0.04 | 92.21 | 0.87 | 0.69 |
| Hex | AC | F5 | 6D | 1E | 0 | 38 | 4 | 5C | 57 | 45 |
| Octal | 254 | 365 | 155 | 36 | 0 | 70 | 4 | 134 | 127 | 105 |
| Binary | 10101100 | 11110101 | 1101101 | 11110 | 0 | 111000 | 100 | 1011100 | 1010111 | 1000101 |
Color Harmonies of #ACF56D
Complementary color
Monochromatic Colors of #ACF56D
Black with #ACF56D
Text Example
Text Example
White with #ACF56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF56D; }
p { color: rgb(172,245,109); }
H1.HeaderClassName
{
color: #ACF56D;
}
.AnyTagClassName
{
color: #ACF56D;
}
</style>
background-color css
<style>
a { background-color: #ACF56D; }
a { background-color: rgb(172,245,109); }
div.DivClassName
{
background-color: #ACF56D;
}
.BgClassName
{
background-color: #ACF56D;
}
</style>
border-color css
<style>
span { border-color: #ACF56D; }
span { border-color: rgb(172,245,109); }
td.TdClassName
{
border-color: #ACF56D;
}
.TagClassName
{
border-color: #ACF56D;
}
</style>