Shades of Sulu #ACF96C
Tints of Sulu #ACF96C
RGB
CMYK
RGB Variations
Color information
#ACF96C (or 0xACF96C) is known color: Sulu. HEX triplet: AC, F9 and 6C. RGB value is (172,249,108). Sum of RGB (Red+Green+Blue) = 172+249+108=529 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.51% from 529); Green value is 249 (97.66% from 255 or 47.07% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF96C is #530693. Grayscale: #D2D2D2. Windows color (decimal): -5441172 or 7141804. OLE color: 7141804.
HSL color Cylindrical-coordinate representation of color #ACF96C: hue angle of 92.77º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ACF96C is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 108 | - |
| CMYK | 0.31 | 0 | 0.57 | 0.02 |
| HSL | 92.77º | 0.92% | 0.7% | - |
| HSV(B) | 92.77º | 0.57% | 0.98% | - |
| XYZ | 53.6 | 77.6 | 26.34 | - |
| YUV | 209.9 | 70.49 | 100.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 108 | 0.31 | 0 | 0.57 | 0.02 | 92.77 | 0.92 | 0.7 |
| Hex | AC | F9 | 6C | 1F | 0 | 39 | 2 | 5D | 5C | 46 |
| Octal | 254 | 371 | 154 | 37 | 0 | 71 | 2 | 135 | 134 | 106 |
| Binary | 10101100 | 11111001 | 1101100 | 11111 | 0 | 111001 | 10 | 1011101 | 1011100 | 1000110 |
Color Harmonies of #ACF96C
Complementary color
Monochromatic Colors of #ACF96C
Black with #ACF96C
Text Example
Text Example
White with #ACF96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF96C; }
p { color: rgb(172,249,108); }
H1.HeaderClassName
{
color: #ACF96C;
}
.AnyTagClassName
{
color: #ACF96C;
}
</style>
background-color css
<style>
a { background-color: #ACF96C; }
a { background-color: rgb(172,249,108); }
div.DivClassName
{
background-color: #ACF96C;
}
.BgClassName
{
background-color: #ACF96C;
}
</style>
border-color css
<style>
span { border-color: #ACF96C; }
span { border-color: rgb(172,249,108); }
td.TdClassName
{
border-color: #ACF96C;
}
.TagClassName
{
border-color: #ACF96C;
}
</style>