Shades of Sulu #ACF36B
Tints of Sulu #ACF36B
RGB
CMYK
RGB Variations
Color information
#ACF36B (or 0xACF36B) is known color: Sulu. HEX triplet: AC, F3 and 6B. RGB value is (172,243,107). Sum of RGB (Red+Green+Blue) = 172+243+107=522 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.95% from 522); Green value is 243 (95.31% from 255 or 46.55% from 522); Blue value is 107 (42.19% from 255 or 20.50% from 522); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF36B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF36B is #530C94. Grayscale: #CECECE. Windows color (decimal): -5442709 or 7074732. OLE color: 7074732.
HSL color Cylindrical-coordinate representation of color #ACF36B: hue angle of 91.32º 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 #ACF36B is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 107 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.32º | 0.85% | 0.69% | - |
| HSV(B) | 91.32º | 0.56% | 0.95% | - |
| XYZ | 51.72 | 73.93 | 25.45 | - |
| YUV | 206.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 107 | 0.29 | 0 | 0.56 | 0.05 | 91.32 | 0.85 | 0.69 |
| Hex | AC | F3 | 6B | 1D | 0 | 38 | 5 | 5B | 55 | 45 |
| Octal | 254 | 363 | 153 | 35 | 0 | 70 | 5 | 133 | 125 | 105 |
| Binary | 10101100 | 11110011 | 1101011 | 11101 | 0 | 111000 | 101 | 1011011 | 1010101 | 1000101 |
Color Harmonies of #ACF36B
Complementary color
Monochromatic Colors of #ACF36B
Black with #ACF36B
Text Example
Text Example
White with #ACF36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF36B; }
p { color: rgb(172,243,107); }
H1.HeaderClassName
{
color: #ACF36B;
}
.AnyTagClassName
{
color: #ACF36B;
}
</style>
background-color css
<style>
a { background-color: #ACF36B; }
a { background-color: rgb(172,243,107); }
div.DivClassName
{
background-color: #ACF36B;
}
.BgClassName
{
background-color: #ACF36B;
}
</style>
border-color css
<style>
span { border-color: #ACF36B; }
span { border-color: rgb(172,243,107); }
td.TdClassName
{
border-color: #ACF36B;
}
.TagClassName
{
border-color: #ACF36B;
}
</style>