Shades of Sulu #ADF270
Tints of Sulu #ADF270
RGB
CMYK
RGB Variations
Color information
#ADF270 (or 0xADF270) is known color: Sulu. HEX triplet: AD, F2 and 70. RGB value is (173,242,112). Sum of RGB (Red+Green+Blue) = 173+242+112=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF270 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF270 is #520D8F. Grayscale: #CFCFCF. Windows color (decimal): -5377424 or 7402157. OLE color: 7402157.
HSL color Cylindrical-coordinate representation of color #ADF270: hue angle of 91.85º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ADF270 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 242 | 112 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.05 |
| HSL | 91.85º | 0.83% | 0.69% | - |
| HSV(B) | 91.85º | 0.54% | 0.95% | - |
| XYZ | 51.91 | 73.56 | 26.79 | - |
| YUV | 206.55 | 74.64 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 242 | 112 | 0.29 | 0 | 0.54 | 0.05 | 91.85 | 0.83 | 0.69 |
| Hex | AD | F2 | 70 | 1D | 0 | 36 | 5 | 5C | 53 | 45 |
| Octal | 255 | 362 | 160 | 35 | 0 | 66 | 5 | 134 | 123 | 105 |
| Binary | 10101101 | 11110010 | 1110000 | 11101 | 0 | 110110 | 101 | 1011100 | 1010011 | 1000101 |
Color Harmonies of #ADF270
Complementary color
Monochromatic Colors of #ADF270
Black with #ADF270
Text Example
Text Example
White with #ADF270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF270; }
p { color: rgb(173,242,112); }
H1.HeaderClassName
{
color: #ADF270;
}
.AnyTagClassName
{
color: #ADF270;
}
</style>
background-color css
<style>
a { background-color: #ADF270; }
a { background-color: rgb(173,242,112); }
div.DivClassName
{
background-color: #ADF270;
}
.BgClassName
{
background-color: #ADF270;
}
</style>
border-color css
<style>
span { border-color: #ADF270; }
span { border-color: rgb(173,242,112); }
td.TdClassName
{
border-color: #ADF270;
}
.TagClassName
{
border-color: #ADF270;
}
</style>