Shades of Sulu #ACF16C
Tints of Sulu #ACF16C
RGB
CMYK
RGB Variations
Color information
#ACF16C (or 0xACF16C) is known color: Sulu. HEX triplet: AC, F1 and 6C. RGB value is (172,241,108). Sum of RGB (Red+Green+Blue) = 172+241+108=521 (69% of max value = 765). Red value is 172 (67.58% from 255 or 33.01% from 521); Green value is 241 (94.53% from 255 or 46.26% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF16C is #530E93. Grayscale: #CDCDCD. Windows color (decimal): -5443220 or 7139756. OLE color: 7139756.
HSL color Cylindrical-coordinate representation of color #ACF16C: hue angle of 91.13º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF16C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 108 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.13º | 0.83% | 0.68% | - |
| HSV(B) | 91.13º | 0.55% | 0.95% | - |
| XYZ | 51.18 | 72.76 | 25.53 | - |
| YUV | 205.21 | 73.14 | 104.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 108 | 0.29 | 0 | 0.55 | 0.05 | 91.13 | 0.83 | 0.68 |
| Hex | AC | F1 | 6C | 1D | 0 | 37 | 5 | 5B | 53 | 44 |
| Octal | 254 | 361 | 154 | 35 | 0 | 67 | 5 | 133 | 123 | 104 |
| Binary | 10101100 | 11110001 | 1101100 | 11101 | 0 | 110111 | 101 | 1011011 | 1010011 | 1000100 |
Color Harmonies of #ACF16C
Complementary color
Monochromatic Colors of #ACF16C
Black with #ACF16C
Text Example
Text Example
White with #ACF16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF16C; }
p { color: rgb(172,241,108); }
H1.HeaderClassName
{
color: #ACF16C;
}
.AnyTagClassName
{
color: #ACF16C;
}
</style>
background-color css
<style>
a { background-color: #ACF16C; }
a { background-color: rgb(172,241,108); }
div.DivClassName
{
background-color: #ACF16C;
}
.BgClassName
{
background-color: #ACF16C;
}
</style>
border-color css
<style>
span { border-color: #ACF16C; }
span { border-color: rgb(172,241,108); }
td.TdClassName
{
border-color: #ACF16C;
}
.TagClassName
{
border-color: #ACF16C;
}
</style>