Shades of Sulu #ACF16D
Tints of Sulu #ACF16D
RGB
CMYK
RGB Variations
Color information
#ACF16D (or 0xACF16D) is known color: Sulu. HEX triplet: AC, F1 and 6D. RGB value is (172,241,109). Sum of RGB (Red+Green+Blue) = 172+241+109=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 241 (94.53% from 255 or 46.17% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16D is #530E92. Grayscale: #CDCDCD. Windows color (decimal): -5443219 or 7205292. OLE color: 7205292.
HSL color Cylindrical-coordinate representation of color #ACF16D: hue angle of 91.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF16D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 109 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.36º | 0.83% | 0.69% | - |
| HSV(B) | 91.36º | 0.55% | 0.95% | - |
| XYZ | 51.23 | 72.79 | 25.82 | - |
| YUV | 205.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 109 | 0.29 | 0 | 0.55 | 0.05 | 91.36 | 0.83 | 0.69 |
| Hex | AC | F1 | 6D | 1D | 0 | 37 | 5 | 5B | 52 | 45 |
| Octal | 254 | 361 | 155 | 35 | 0 | 67 | 5 | 133 | 122 | 105 |
| Binary | 10101100 | 11110001 | 1101101 | 11101 | 0 | 110111 | 101 | 1011011 | 1010010 | 1000101 |
Color Harmonies of #ACF16D
Complementary color
Monochromatic Colors of #ACF16D
Black with #ACF16D
Text Example
Text Example
White with #ACF16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF16D; }
p { color: rgb(172,241,109); }
H1.HeaderClassName
{
color: #ACF16D;
}
.AnyTagClassName
{
color: #ACF16D;
}
</style>
background-color css
<style>
a { background-color: #ACF16D; }
a { background-color: rgb(172,241,109); }
div.DivClassName
{
background-color: #ACF16D;
}
.BgClassName
{
background-color: #ACF16D;
}
</style>
border-color css
<style>
span { border-color: #ACF16D; }
span { border-color: rgb(172,241,109); }
td.TdClassName
{
border-color: #ACF16D;
}
.TagClassName
{
border-color: #ACF16D;
}
</style>