Shades of Sulu #ADF672
Tints of Sulu #ADF672
RGB
CMYK
RGB Variations
Color information
#ADF672 (or 0xADF672) is known color: Sulu. HEX triplet: AD, F6 and 72. RGB value is (173,246,114). Sum of RGB (Red+Green+Blue) = 173+246+114=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 246 (96.48% from 255 or 46.15% from 533); Blue value is 114 (44.92% from 255 or 21.39% from 533); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF672 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF672 is #52098D. Grayscale: #D1D1D1. Windows color (decimal): -5376398 or 7534253. OLE color: 7534253.
HSL color Cylindrical-coordinate representation of color #ADF672: hue angle of 93.18º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF672 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 246 | 114 | - |
| CMYK | 0.30 | 0 | 0.54 | 0.04 |
| HSL | 93.18º | 0.88% | 0.71% | - |
| HSV(B) | 93.18º | 0.54% | 0.96% | - |
| XYZ | 53.23 | 76.01 | 27.79 | - |
| YUV | 209.13 | 74.32 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 246 | 114 | 0.30 | 0 | 0.54 | 0.04 | 93.18 | 0.88 | 0.71 |
| Hex | AD | F6 | 72 | 1E | 0 | 36 | 4 | 5D | 58 | 47 |
| Octal | 255 | 366 | 162 | 36 | 0 | 66 | 4 | 135 | 130 | 107 |
| Binary | 10101101 | 11110110 | 1110010 | 11110 | 0 | 110110 | 100 | 1011101 | 1011000 | 1000111 |
Color Harmonies of #ADF672
Complementary color
Monochromatic Colors of #ADF672
Black with #ADF672
Text Example
Text Example
White with #ADF672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF672; }
p { color: rgb(173,246,114); }
H1.HeaderClassName
{
color: #ADF672;
}
.AnyTagClassName
{
color: #ADF672;
}
</style>
background-color css
<style>
a { background-color: #ADF672; }
a { background-color: rgb(173,246,114); }
div.DivClassName
{
background-color: #ADF672;
}
.BgClassName
{
background-color: #ADF672;
}
</style>
border-color css
<style>
span { border-color: #ADF672; }
span { border-color: rgb(173,246,114); }
td.TdClassName
{
border-color: #ADF672;
}
.TagClassName
{
border-color: #ADF672;
}
</style>