Shades of Sulu #ACF36C
Tints of Sulu #ACF36C
RGB
CMYK
RGB Variations
Color information
#ACF36C (or 0xACF36C) is known color: Sulu. HEX triplet: AC, F3 and 6C. RGB value is (172,243,108). Sum of RGB (Red+Green+Blue) = 172+243+108=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 108 (42.58% from 255 or 20.65% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF36C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF36C is #530C93. Grayscale: #CECECE. Windows color (decimal): -5442708 or 7140268. OLE color: 7140268.
HSL color Cylindrical-coordinate representation of color #ACF36C: hue angle of 91.56º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF36C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 108 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.56º | 0.85% | 0.69% | - |
| HSV(B) | 91.56º | 0.56% | 0.95% | - |
| XYZ | 51.77 | 73.95 | 25.73 | - |
| YUV | 206.38 | 72.48 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 108 | 0.29 | 0 | 0.56 | 0.05 | 91.56 | 0.85 | 0.69 |
| Hex | AC | F3 | 6C | 1D | 0 | 38 | 5 | 5C | 55 | 45 |
| Octal | 254 | 363 | 154 | 35 | 0 | 70 | 5 | 134 | 125 | 105 |
| Binary | 10101100 | 11110011 | 1101100 | 11101 | 0 | 111000 | 101 | 1011100 | 1010101 | 1000101 |
Color Harmonies of #ACF36C
Complementary color
Monochromatic Colors of #ACF36C
Black with #ACF36C
Text Example
Text Example
White with #ACF36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF36C; }
p { color: rgb(172,243,108); }
H1.HeaderClassName
{
color: #ACF36C;
}
.AnyTagClassName
{
color: #ACF36C;
}
</style>
background-color css
<style>
a { background-color: #ACF36C; }
a { background-color: rgb(172,243,108); }
div.DivClassName
{
background-color: #ACF36C;
}
.BgClassName
{
background-color: #ACF36C;
}
</style>
border-color css
<style>
span { border-color: #ACF36C; }
span { border-color: rgb(172,243,108); }
td.TdClassName
{
border-color: #ACF36C;
}
.TagClassName
{
border-color: #ACF36C;
}
</style>