Shades of Sulu #ADFF7A
Tints of Sulu #ADFF7A
RGB
CMYK
RGB Variations
Color information
#ADFF7A (or 0xADFF7A) is known color: Sulu. HEX triplet: AD, FF and 7A. RGB value is (173,255,122). Sum of RGB (Red+Green+Blue) = 173+255+122=550 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.45% from 550); Green value is 255 (100% from 255 or 46.36% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 255 - color contains mainly: green. Hex color #ADFF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFF7A is #520085. Grayscale: #D7D7D7. Windows color (decimal): -5374086 or 8060845. OLE color: 8060845.
HSL color Cylindrical-coordinate representation of color #ADFF7A: hue angle of 96.99º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADFF7A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 255 | 122 | - |
| CMYK | 0.32 | 0 | 0.52 | 0 |
| HSL | 96.99º | 1% | 0.74% | - |
| HSV(B) | 96.99º | 0.52% | 1% | - |
| XYZ | 56.51 | 81.81 | 31.22 | - |
| YUV | 215.32 | 75.33 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 255 | 122 | 0.32 | 0 | 0.52 | 0 | 96.99 | 1 | 0.74 |
| Hex | AD | FF | 7A | 20 | 0 | 34 | 0 | 61 | 64 | 4A |
| Octal | 255 | 377 | 172 | 40 | 0 | 64 | 0 | 141 | 144 | 112 |
| Binary | 10101101 | 11111111 | 1111010 | 100000 | 0 | 110100 | 0 | 1100001 | 1100100 | 1001010 |
Color Harmonies of #ADFF7A
Complementary color
Monochromatic Colors of #ADFF7A
Black with #ADFF7A
Text Example
Text Example
White with #ADFF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFF7A; }
p { color: rgb(173,255,122); }
H1.HeaderClassName
{
color: #ADFF7A;
}
.AnyTagClassName
{
color: #ADFF7A;
}
</style>
background-color css
<style>
a { background-color: #ADFF7A; }
a { background-color: rgb(173,255,122); }
div.DivClassName
{
background-color: #ADFF7A;
}
.BgClassName
{
background-color: #ADFF7A;
}
</style>
border-color css
<style>
span { border-color: #ADFF7A; }
span { border-color: rgb(173,255,122); }
td.TdClassName
{
border-color: #ADFF7A;
}
.TagClassName
{
border-color: #ADFF7A;
}
</style>