Shades of Sulu #ACF26D
Tints of Sulu #ACF26D
RGB
CMYK
RGB Variations
Color information
#ACF26D (or 0xACF26D) is known color: Sulu. HEX triplet: AC, F2 and 6D. RGB value is (172,242,109). Sum of RGB (Red+Green+Blue) = 172+242+109=523 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.89% from 523); Green value is 242 (94.92% from 255 or 46.27% from 523); Blue value is 109 (42.97% from 255 or 20.84% from 523); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26D is #530D92. Grayscale: #CECECE. Windows color (decimal): -5442963 or 7205548. OLE color: 7205548.
HSL color Cylindrical-coordinate representation of color #ACF26D: hue angle of 91.58º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACF26D is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 109 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.58º | 0.84% | 0.69% | - |
| HSV(B) | 91.58º | 0.55% | 0.95% | - |
| XYZ | 51.53 | 73.38 | 25.92 | - |
| YUV | 205.91 | 73.31 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 109 | 0.29 | 0 | 0.55 | 0.05 | 91.58 | 0.84 | 0.69 |
| Hex | AC | F2 | 6D | 1D | 0 | 37 | 5 | 5C | 54 | 45 |
| Octal | 254 | 362 | 155 | 35 | 0 | 67 | 5 | 134 | 124 | 105 |
| Binary | 10101100 | 11110010 | 1101101 | 11101 | 0 | 110111 | 101 | 1011100 | 1010100 | 1000101 |
Color Harmonies of #ACF26D
Complementary color
Monochromatic Colors of #ACF26D
Black with #ACF26D
Text Example
Text Example
White with #ACF26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF26D; }
p { color: rgb(172,242,109); }
H1.HeaderClassName
{
color: #ACF26D;
}
.AnyTagClassName
{
color: #ACF26D;
}
</style>
background-color css
<style>
a { background-color: #ACF26D; }
a { background-color: rgb(172,242,109); }
div.DivClassName
{
background-color: #ACF26D;
}
.BgClassName
{
background-color: #ACF26D;
}
</style>
border-color css
<style>
span { border-color: #ACF26D; }
span { border-color: rgb(172,242,109); }
td.TdClassName
{
border-color: #ACF26D;
}
.TagClassName
{
border-color: #ACF26D;
}
</style>