Shades of Sulu #ACF26F
Tints of Sulu #ACF26F
RGB
CMYK
RGB Variations
Color information
#ACF26F (or 0xACF26F) is known color: Sulu. HEX triplet: AC, F2 and 6F. RGB value is (172,242,111). Sum of RGB (Red+Green+Blue) = 172+242+111=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 111 (43.75% from 255 or 21.14% from 525); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26F is #530D90. Grayscale: #CECECE. Windows color (decimal): -5442961 or 7336620. OLE color: 7336620.
HSL color Cylindrical-coordinate representation of color #ACF26F: hue angle of 92.06º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ACF26F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 111 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 92.06º | 0.83% | 0.69% | - |
| HSV(B) | 92.06º | 0.54% | 0.95% | - |
| XYZ | 51.63 | 73.42 | 26.49 | - |
| YUV | 206.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 111 | 0.29 | 0 | 0.54 | 0.05 | 92.06 | 0.83 | 0.69 |
| Hex | AC | F2 | 6F | 1D | 0 | 36 | 5 | 5C | 53 | 45 |
| Octal | 254 | 362 | 157 | 35 | 0 | 66 | 5 | 134 | 123 | 105 |
| Binary | 10101100 | 11110010 | 1101111 | 11101 | 0 | 110110 | 101 | 1011100 | 1010011 | 1000101 |
Color Harmonies of #ACF26F
Complementary color
Monochromatic Colors of #ACF26F
Black with #ACF26F
Text Example
Text Example
White with #ACF26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF26F; }
p { color: rgb(172,242,111); }
H1.HeaderClassName
{
color: #ACF26F;
}
.AnyTagClassName
{
color: #ACF26F;
}
</style>
background-color css
<style>
a { background-color: #ACF26F; }
a { background-color: rgb(172,242,111); }
div.DivClassName
{
background-color: #ACF26F;
}
.BgClassName
{
background-color: #ACF26F;
}
</style>
border-color css
<style>
span { border-color: #ACF26F; }
span { border-color: rgb(172,242,111); }
td.TdClassName
{
border-color: #ACF26F;
}
.TagClassName
{
border-color: #ACF26F;
}
</style>