Html Css Color HEX #ADF990 Granny Smith Apple
📋 copy color: '#ADF990'red 173 ◦ green 249 ◦ blue 144
Shades of Granny Smith Apple #ADF990
Tints of Granny Smith Apple #ADF990
RGB
CMYK
RGB Variations
Color information
#ADF990 (or 0xADF990) is known color: Granny Smith Apple. HEX triplet: AD, F9 and 90. RGB value is (173,249,144). Sum of RGB (Red+Green+Blue) = 173+249+144=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 249 (97.66% from 255 or 43.99% from 566); Blue value is 144 (56.64% from 255 or 25.44% from 566); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF990 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF990 is #52066F. Grayscale: #D6D6D6. Windows color (decimal): -5375600 or 9501101. OLE color: 9501101.
HSL color Cylindrical-coordinate representation of color #ADF990: hue angle of 103.43º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADF990 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 144 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.02 |
| HSL | 103.43º | 0.9% | 0.77% | - |
| HSV(B) | 103.43º | 0.42% | 0.98% | - |
| XYZ | 56.14 | 78.65 | 38.61 | - |
| YUV | 214.31 | 88.32 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 144 | 0.31 | 0 | 0.42 | 0.02 | 103.43 | 0.9 | 0.77 |
| Hex | AD | F9 | 90 | 1F | 0 | 2A | 2 | 67 | 5A | 4D |
| Octal | 255 | 371 | 220 | 37 | 0 | 52 | 2 | 147 | 132 | 115 |
| Binary | 10101101 | 11111001 | 10010000 | 11111 | 0 | 101010 | 10 | 1100111 | 1011010 | 1001101 |
Color Harmonies of #ADF990
Complementary color
Monochromatic Colors of #ADF990
Black with #ADF990
Text Example
Text Example
White with #ADF990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF990; }
p { color: rgb(173,249,144); }
H1.HeaderClassName
{
color: #ADF990;
}
.AnyTagClassName
{
color: #ADF990;
}
</style>
background-color css
<style>
a { background-color: #ADF990; }
a { background-color: rgb(173,249,144); }
div.DivClassName
{
background-color: #ADF990;
}
.BgClassName
{
background-color: #ADF990;
}
</style>
border-color css
<style>
span { border-color: #ADF990; }
span { border-color: rgb(173,249,144); }
td.TdClassName
{
border-color: #ADF990;
}
.TagClassName
{
border-color: #ADF990;
}
</style>