Shades of Sulu #ACF76E
Tints of Sulu #ACF76E
RGB
CMYK
RGB Variations
Color information
#ACF76E (or 0xACF76E) is known color: Sulu. HEX triplet: AC, F7 and 6E. RGB value is (172,247,110). Sum of RGB (Red+Green+Blue) = 172+247+110=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 247 (96.88% from 255 or 46.69% from 529); Blue value is 110 (43.36% from 255 or 20.79% from 529); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF76E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF76E is #530891. Grayscale: #D1D1D1. Windows color (decimal): -5441682 or 7272364. OLE color: 7272364.
HSL color Cylindrical-coordinate representation of color #ACF76E: hue angle of 92.85º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF76E is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 110 | - |
| CMYK | 0.30 | 0 | 0.55 | 0.03 |
| HSL | 92.85º | 0.9% | 0.7% | - |
| HSV(B) | 92.85º | 0.55% | 0.97% | - |
| XYZ | 53.09 | 76.42 | 26.7 | - |
| YUV | 208.96 | 72.15 | 101.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 110 | 0.30 | 0 | 0.55 | 0.03 | 92.85 | 0.9 | 0.7 |
| Hex | AC | F7 | 6E | 1E | 0 | 37 | 3 | 5D | 5A | 46 |
| Octal | 254 | 367 | 156 | 36 | 0 | 67 | 3 | 135 | 132 | 106 |
| Binary | 10101100 | 11110111 | 1101110 | 11110 | 0 | 110111 | 11 | 1011101 | 1011010 | 1000110 |
Color Harmonies of #ACF76E
Complementary color
Monochromatic Colors of #ACF76E
Black with #ACF76E
Text Example
Text Example
White with #ACF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF76E; }
p { color: rgb(172,247,110); }
H1.HeaderClassName
{
color: #ACF76E;
}
.AnyTagClassName
{
color: #ACF76E;
}
</style>
background-color css
<style>
a { background-color: #ACF76E; }
a { background-color: rgb(172,247,110); }
div.DivClassName
{
background-color: #ACF76E;
}
.BgClassName
{
background-color: #ACF76E;
}
</style>
border-color css
<style>
span { border-color: #ACF76E; }
span { border-color: rgb(172,247,110); }
td.TdClassName
{
border-color: #ACF76E;
}
.TagClassName
{
border-color: #ACF76E;
}
</style>