Shades of Sulu #ACF26C
Tints of Sulu #ACF26C
RGB
CMYK
RGB Variations
Color information
#ACF26C (or 0xACF26C) is known color: Sulu. HEX triplet: AC, F2 and 6C. RGB value is (172,242,108). Sum of RGB (Red+Green+Blue) = 172+242+108=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 108 (42.58% from 255 or 20.69% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF26C is #530D93. Grayscale: #CECECE. Windows color (decimal): -5442964 or 7140012. OLE color: 7140012.
HSL color Cylindrical-coordinate representation of color #ACF26C: hue angle of 91.34º 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 #ACF26C is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 108 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.05 |
| HSL | 91.34º | 0.84% | 0.69% | - |
| HSV(B) | 91.34º | 0.55% | 0.95% | - |
| XYZ | 51.47 | 73.36 | 25.63 | - |
| YUV | 205.79 | 72.81 | 103.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 108 | 0.29 | 0 | 0.55 | 0.05 | 91.34 | 0.84 | 0.69 |
| Hex | AC | F2 | 6C | 1D | 0 | 37 | 5 | 5B | 54 | 45 |
| Octal | 254 | 362 | 154 | 35 | 0 | 67 | 5 | 133 | 124 | 105 |
| Binary | 10101100 | 11110010 | 1101100 | 11101 | 0 | 110111 | 101 | 1011011 | 1010100 | 1000101 |
Color Harmonies of #ACF26C
Complementary color
Monochromatic Colors of #ACF26C
Black with #ACF26C
Text Example
Text Example
White with #ACF26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF26C; }
p { color: rgb(172,242,108); }
H1.HeaderClassName
{
color: #ACF26C;
}
.AnyTagClassName
{
color: #ACF26C;
}
</style>
background-color css
<style>
a { background-color: #ACF26C; }
a { background-color: rgb(172,242,108); }
div.DivClassName
{
background-color: #ACF26C;
}
.BgClassName
{
background-color: #ACF26C;
}
</style>
border-color css
<style>
span { border-color: #ACF26C; }
span { border-color: rgb(172,242,108); }
td.TdClassName
{
border-color: #ACF26C;
}
.TagClassName
{
border-color: #ACF26C;
}
</style>