Shades of Sulu #ACF46C
Tints of Sulu #ACF46C
RGB
CMYK
RGB Variations
Color information
#ACF46C (or 0xACF46C) is known color: Sulu. HEX triplet: AC, F4 and 6C. RGB value is (172,244,108). Sum of RGB (Red+Green+Blue) = 172+244+108=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 244 (95.70% from 255 or 46.56% from 524); Blue value is 108 (42.58% from 255 or 20.61% from 524); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF46C is #530B93. Grayscale: #CFCFCF. Windows color (decimal): -5442452 or 7140524. OLE color: 7140524.
HSL color Cylindrical-coordinate representation of color #ACF46C: hue angle of 91.76º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACF46C is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 108 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.04 |
| HSL | 91.76º | 0.86% | 0.69% | - |
| HSV(B) | 91.76º | 0.56% | 0.96% | - |
| XYZ | 52.07 | 74.55 | 25.83 | - |
| YUV | 206.97 | 72.15 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 108 | 0.30 | 0 | 0.56 | 0.04 | 91.76 | 0.86 | 0.69 |
| Hex | AC | F4 | 6C | 1E | 0 | 38 | 4 | 5C | 56 | 45 |
| Octal | 254 | 364 | 154 | 36 | 0 | 70 | 4 | 134 | 126 | 105 |
| Binary | 10101100 | 11110100 | 1101100 | 11110 | 0 | 111000 | 100 | 1011100 | 1010110 | 1000101 |
Color Harmonies of #ACF46C
Complementary color
Monochromatic Colors of #ACF46C
Black with #ACF46C
Text Example
Text Example
White with #ACF46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF46C; }
p { color: rgb(172,244,108); }
H1.HeaderClassName
{
color: #ACF46C;
}
.AnyTagClassName
{
color: #ACF46C;
}
</style>
background-color css
<style>
a { background-color: #ACF46C; }
a { background-color: rgb(172,244,108); }
div.DivClassName
{
background-color: #ACF46C;
}
.BgClassName
{
background-color: #ACF46C;
}
</style>
border-color css
<style>
span { border-color: #ACF46C; }
span { border-color: rgb(172,244,108); }
td.TdClassName
{
border-color: #ACF46C;
}
.TagClassName
{
border-color: #ACF46C;
}
</style>