Shades of Sulu #ACF56E
Tints of Sulu #ACF56E
RGB
CMYK
RGB Variations
Color information
#ACF56E (or 0xACF56E) is known color: Sulu. HEX triplet: AC, F5 and 6E. RGB value is (172,245,110). Sum of RGB (Red+Green+Blue) = 172+245+110=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 245 (96.09% from 255 or 46.49% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF56E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF56E is #530A91. Grayscale: #D0D0D0. Windows color (decimal): -5442194 or 7271852. OLE color: 7271852.
HSL color Cylindrical-coordinate representation of color #ACF56E: hue angle of 92.44º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF56E is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 110 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.04 |
| HSL | 92.44º | 0.87% | 0.7% | - |
| HSV(B) | 92.44º | 0.55% | 0.96% | - |
| XYZ | 52.48 | 75.2 | 26.5 | - |
| YUV | 207.78 | 72.82 | 102.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 110 | 0.30 | 0 | 0.55 | 0.04 | 92.44 | 0.87 | 0.7 |
| Hex | AC | F5 | 6E | 1E | 0 | 37 | 4 | 5C | 57 | 46 |
| Octal | 254 | 365 | 156 | 36 | 0 | 67 | 4 | 134 | 127 | 106 |
| Binary | 10101100 | 11110101 | 1101110 | 11110 | 0 | 110111 | 100 | 1011100 | 1010111 | 1000110 |
Color Harmonies of #ACF56E
Complementary color
Monochromatic Colors of #ACF56E
Black with #ACF56E
Text Example
Text Example
White with #ACF56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF56E; }
p { color: rgb(172,245,110); }
H1.HeaderClassName
{
color: #ACF56E;
}
.AnyTagClassName
{
color: #ACF56E;
}
</style>
background-color css
<style>
a { background-color: #ACF56E; }
a { background-color: rgb(172,245,110); }
div.DivClassName
{
background-color: #ACF56E;
}
.BgClassName
{
background-color: #ACF56E;
}
</style>
border-color css
<style>
span { border-color: #ACF56E; }
span { border-color: rgb(172,245,110); }
td.TdClassName
{
border-color: #ACF56E;
}
.TagClassName
{
border-color: #ACF56E;
}
</style>