Shades of Sulu #ADFD6A
Tints of Sulu #ADFD6A
RGB
CMYK
RGB Variations
Color information
#ADFD6A (or 0xADFD6A) is known color: Sulu. HEX triplet: AD, FD and 6A. RGB value is (173,253,106). Sum of RGB (Red+Green+Blue) = 173+253+106=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 253 (99.22% from 255 or 47.56% from 532); Blue value is 106 (41.80% from 255 or 19.92% from 532); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD6A is #520295. Grayscale: #D4D4D4. Windows color (decimal): -5374614 or 7011757. OLE color: 7011757.
HSL color Cylindrical-coordinate representation of color #ADFD6A: hue angle of 92.65º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADFD6A is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 106 | - |
| CMYK | 0.32 | 0 | 0.58 | 0.01 |
| HSL | 92.65º | 0.97% | 0.7% | - |
| HSV(B) | 92.65º | 0.58% | 0.99% | - |
| XYZ | 54.96 | 80.18 | 26.21 | - |
| YUV | 212.32 | 68 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 106 | 0.32 | 0 | 0.58 | 0.01 | 92.65 | 0.97 | 0.7 |
| Hex | AD | FD | 6A | 20 | 0 | 3A | 1 | 5D | 61 | 46 |
| Octal | 255 | 375 | 152 | 40 | 0 | 72 | 1 | 135 | 141 | 106 |
| Binary | 10101101 | 11111101 | 1101010 | 100000 | 0 | 111010 | 1 | 1011101 | 1100001 | 1000110 |
Color Harmonies of #ADFD6A
Complementary color
Monochromatic Colors of #ADFD6A
Black with #ADFD6A
Text Example
Text Example
White with #ADFD6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD6A; }
p { color: rgb(173,253,106); }
H1.HeaderClassName
{
color: #ADFD6A;
}
.AnyTagClassName
{
color: #ADFD6A;
}
</style>
background-color css
<style>
a { background-color: #ADFD6A; }
a { background-color: rgb(173,253,106); }
div.DivClassName
{
background-color: #ADFD6A;
}
.BgClassName
{
background-color: #ADFD6A;
}
</style>
border-color css
<style>
span { border-color: #ADFD6A; }
span { border-color: rgb(173,253,106); }
td.TdClassName
{
border-color: #ADFD6A;
}
.TagClassName
{
border-color: #ADFD6A;
}
</style>