Shades of Sulu #ADF96D
Tints of Sulu #ADF96D
RGB
CMYK
RGB Variations
Color information
#ADF96D (or 0xADF96D) is known color: Sulu. HEX triplet: AD, F9 and 6D. RGB value is (173,249,109). Sum of RGB (Red+Green+Blue) = 173+249+109=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 249 (97.66% from 255 or 46.89% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF96D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF96D is #520692. Grayscale: #D2D2D2. Windows color (decimal): -5375635 or 7207341. OLE color: 7207341.
HSL color Cylindrical-coordinate representation of color #ADF96D: hue angle of 92.57º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADF96D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 109 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.02 |
| HSL | 92.57º | 0.92% | 0.7% | - |
| HSV(B) | 92.57º | 0.56% | 0.98% | - |
| XYZ | 53.87 | 77.74 | 26.63 | - |
| YUV | 210.32 | 70.82 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 109 | 0.31 | 0 | 0.56 | 0.02 | 92.57 | 0.92 | 0.7 |
| Hex | AD | F9 | 6D | 1F | 0 | 38 | 2 | 5D | 5C | 46 |
| Octal | 255 | 371 | 155 | 37 | 0 | 70 | 2 | 135 | 134 | 106 |
| Binary | 10101101 | 11111001 | 1101101 | 11111 | 0 | 111000 | 10 | 1011101 | 1011100 | 1000110 |
Color Harmonies of #ADF96D
Complementary color
Monochromatic Colors of #ADF96D
Black with #ADF96D
Text Example
Text Example
White with #ADF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF96D; }
p { color: rgb(173,249,109); }
H1.HeaderClassName
{
color: #ADF96D;
}
.AnyTagClassName
{
color: #ADF96D;
}
</style>
background-color css
<style>
a { background-color: #ADF96D; }
a { background-color: rgb(173,249,109); }
div.DivClassName
{
background-color: #ADF96D;
}
.BgClassName
{
background-color: #ADF96D;
}
</style>
border-color css
<style>
span { border-color: #ADF96D; }
span { border-color: rgb(173,249,109); }
td.TdClassName
{
border-color: #ADF96D;
}
.TagClassName
{
border-color: #ADF96D;
}
</style>