Shades of Sulu #ACF76D
Tints of Sulu #ACF76D
RGB
CMYK
RGB Variations
Color information
#ACF76D (or 0xACF76D) is known color: Sulu. HEX triplet: AC, F7 and 6D. RGB value is (172,247,109). Sum of RGB (Red+Green+Blue) = 172+247+109=528 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.58% from 528); Green value is 247 (96.88% from 255 or 46.78% from 528); Blue value is 109 (42.97% from 255 or 20.64% from 528); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF76D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF76D is #530892. Grayscale: #D1D1D1. Windows color (decimal): -5441683 or 7206828. OLE color: 7206828.
HSL color Cylindrical-coordinate representation of color #ACF76D: hue angle of 92.61º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF76D is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 109 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.03 |
| HSL | 92.61º | 0.9% | 0.7% | - |
| HSV(B) | 92.61º | 0.56% | 0.97% | - |
| XYZ | 53.03 | 76.4 | 26.42 | - |
| YUV | 208.84 | 71.65 | 101.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 109 | 0.30 | 0 | 0.56 | 0.03 | 92.61 | 0.9 | 0.7 |
| Hex | AC | F7 | 6D | 1E | 0 | 38 | 3 | 5D | 5A | 46 |
| Octal | 254 | 367 | 155 | 36 | 0 | 70 | 3 | 135 | 132 | 106 |
| Binary | 10101100 | 11110111 | 1101101 | 11110 | 0 | 111000 | 11 | 1011101 | 1011010 | 1000110 |
Color Harmonies of #ACF76D
Complementary color
Monochromatic Colors of #ACF76D
Black with #ACF76D
Text Example
Text Example
White with #ACF76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF76D; }
p { color: rgb(172,247,109); }
H1.HeaderClassName
{
color: #ACF76D;
}
.AnyTagClassName
{
color: #ACF76D;
}
</style>
background-color css
<style>
a { background-color: #ACF76D; }
a { background-color: rgb(172,247,109); }
div.DivClassName
{
background-color: #ACF76D;
}
.BgClassName
{
background-color: #ACF76D;
}
</style>
border-color css
<style>
span { border-color: #ACF76D; }
span { border-color: rgb(172,247,109); }
td.TdClassName
{
border-color: #ACF76D;
}
.TagClassName
{
border-color: #ACF76D;
}
</style>