Shades of Sulu #ADF972
Tints of Sulu #ADF972
RGB
CMYK
RGB Variations
Color information
#ADF972 (or 0xADF972) is known color: Sulu. HEX triplet: AD, F9 and 72. RGB value is (173,249,114). Sum of RGB (Red+Green+Blue) = 173+249+114=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 114 (44.92% from 255 or 21.27% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF972 is #52068D. Grayscale: #D3D3D3. Windows color (decimal): -5375630 or 7535021. OLE color: 7535021.
HSL color Cylindrical-coordinate representation of color #ADF972: hue angle of 93.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF972 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 114 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.02 |
| HSL | 93.78º | 0.92% | 0.71% | - |
| HSV(B) | 93.78º | 0.54% | 0.98% | - |
| XYZ | 54.15 | 77.85 | 28.09 | - |
| YUV | 210.89 | 73.32 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 114 | 0.31 | 0 | 0.54 | 0.02 | 93.78 | 0.92 | 0.71 |
| Hex | AD | F9 | 72 | 1F | 0 | 36 | 2 | 5E | 5C | 47 |
| Octal | 255 | 371 | 162 | 37 | 0 | 66 | 2 | 136 | 134 | 107 |
| Binary | 10101101 | 11111001 | 1110010 | 11111 | 0 | 110110 | 10 | 1011110 | 1011100 | 1000111 |
Color Harmonies of #ADF972
Complementary color
Monochromatic Colors of #ADF972
Black with #ADF972
Text Example
Text Example
White with #ADF972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF972; }
p { color: rgb(173,249,114); }
H1.HeaderClassName
{
color: #ADF972;
}
.AnyTagClassName
{
color: #ADF972;
}
</style>
background-color css
<style>
a { background-color: #ADF972; }
a { background-color: rgb(173,249,114); }
div.DivClassName
{
background-color: #ADF972;
}
.BgClassName
{
background-color: #ADF972;
}
</style>
border-color css
<style>
span { border-color: #ADF972; }
span { border-color: rgb(173,249,114); }
td.TdClassName
{
border-color: #ADF972;
}
.TagClassName
{
border-color: #ADF972;
}
</style>