Shades of Sulu #ACF86D
Tints of Sulu #ACF86D
RGB
CMYK
RGB Variations
Color information
#ACF86D (or 0xACF86D) is known color: Sulu. HEX triplet: AC, F8 and 6D. RGB value is (172,248,109). Sum of RGB (Red+Green+Blue) = 172+248+109=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 248 (97.27% from 255 or 46.88% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF86D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF86D is #530792. Grayscale: #D1D1D1. Windows color (decimal): -5441427 or 7207084. OLE color: 7207084.
HSL color Cylindrical-coordinate representation of color #ACF86D: hue angle of 92.81º degrees, saturation: 0.91, 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 #ACF86D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 109 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.03 |
| HSL | 92.81º | 0.91% | 0.7% | - |
| HSV(B) | 92.81º | 0.56% | 0.97% | - |
| XYZ | 53.34 | 77.01 | 26.52 | - |
| YUV | 209.43 | 71.32 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 109 | 0.31 | 0 | 0.56 | 0.03 | 92.81 | 0.91 | 0.7 |
| Hex | AC | F8 | 6D | 1F | 0 | 38 | 3 | 5D | 5B | 46 |
| Octal | 254 | 370 | 155 | 37 | 0 | 70 | 3 | 135 | 133 | 106 |
| Binary | 10101100 | 11111000 | 1101101 | 11111 | 0 | 111000 | 11 | 1011101 | 1011011 | 1000110 |
Color Harmonies of #ACF86D
Complementary color
Monochromatic Colors of #ACF86D
Black with #ACF86D
Text Example
Text Example
White with #ACF86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF86D; }
p { color: rgb(172,248,109); }
H1.HeaderClassName
{
color: #ACF86D;
}
.AnyTagClassName
{
color: #ACF86D;
}
</style>
background-color css
<style>
a { background-color: #ACF86D; }
a { background-color: rgb(172,248,109); }
div.DivClassName
{
background-color: #ACF86D;
}
.BgClassName
{
background-color: #ACF86D;
}
</style>
border-color css
<style>
span { border-color: #ACF86D; }
span { border-color: rgb(172,248,109); }
td.TdClassName
{
border-color: #ACF86D;
}
.TagClassName
{
border-color: #ACF86D;
}
</style>