Shades of Sulu #ACF96D
Tints of Sulu #ACF96D
RGB
CMYK
RGB Variations
Color information
#ACF96D (or 0xACF96D) is known color: Sulu. HEX triplet: AC, F9 and 6D. RGB value is (172,249,109). Sum of RGB (Red+Green+Blue) = 172+249+109=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 249 (97.66% from 255 or 46.98% from 530); Blue value is 109 (42.97% from 255 or 20.57% from 530); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF96D is #530692. Grayscale: #D2D2D2. Windows color (decimal): -5441171 or 7207340. OLE color: 7207340.
HSL color Cylindrical-coordinate representation of color #ACF96D: hue angle of 93º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF96D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 109 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.02 |
| HSL | 93º | 0.92% | 0.7% | - |
| HSV(B) | 93º | 0.56% | 0.98% | - |
| XYZ | 53.65 | 77.63 | 26.62 | - |
| YUV | 210.02 | 70.99 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 109 | 0.31 | 0 | 0.56 | 0.02 | 93 | 0.92 | 0.7 |
| Hex | AC | F9 | 6D | 1F | 0 | 38 | 2 | 5D | 5C | 46 |
| Octal | 254 | 371 | 155 | 37 | 0 | 70 | 2 | 135 | 134 | 106 |
| Binary | 10101100 | 11111001 | 1101101 | 11111 | 0 | 111000 | 10 | 1011101 | 1011100 | 1000110 |
Color Harmonies of #ACF96D
Complementary color
Monochromatic Colors of #ACF96D
Black with #ACF96D
Text Example
Text Example
White with #ACF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF96D; }
p { color: rgb(172,249,109); }
H1.HeaderClassName
{
color: #ACF96D;
}
.AnyTagClassName
{
color: #ACF96D;
}
</style>
background-color css
<style>
a { background-color: #ACF96D; }
a { background-color: rgb(172,249,109); }
div.DivClassName
{
background-color: #ACF96D;
}
.BgClassName
{
background-color: #ACF96D;
}
</style>
border-color css
<style>
span { border-color: #ACF96D; }
span { border-color: rgb(172,249,109); }
td.TdClassName
{
border-color: #ACF96D;
}
.TagClassName
{
border-color: #ACF96D;
}
</style>