Html Css Color HEX #ADF98A Granny Smith Apple
📋 copy color: '#ADF98A'red 173 ◦ green 249 ◦ blue 138
Shades of Granny Smith Apple #ADF98A
Tints of Granny Smith Apple #ADF98A
RGB
CMYK
RGB Variations
Color information
#ADF98A (or 0xADF98A) is known color: Granny Smith Apple. HEX triplet: AD, F9 and 8A. RGB value is (173,249,138). Sum of RGB (Red+Green+Blue) = 173+249+138=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 249 (97.66% from 255 or 44.46% from 560); Blue value is 138 (54.30% from 255 or 24.64% from 560); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF98A is #520675. Grayscale: #D5D5D5. Windows color (decimal): -5375606 or 9107885. OLE color: 9107885.
HSL color Cylindrical-coordinate representation of color #ADF98A: hue angle of 101.08º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADF98A is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 249 | 138 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.02 |
| HSL | 101.08º | 0.9% | 0.76% | - |
| HSV(B) | 101.08º | 0.45% | 0.98% | - |
| XYZ | 55.7 | 78.47 | 36.26 | - |
| YUV | 213.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 249 | 138 | 0.31 | 0 | 0.45 | 0.02 | 101.08 | 0.9 | 0.76 |
| Hex | AD | F9 | 8A | 1F | 0 | 2D | 2 | 65 | 5A | 4C |
| Octal | 255 | 371 | 212 | 37 | 0 | 55 | 2 | 145 | 132 | 114 |
| Binary | 10101101 | 11111001 | 10001010 | 11111 | 0 | 101101 | 10 | 1100101 | 1011010 | 1001100 |
Color Harmonies of #ADF98A
Complementary color
Monochromatic Colors of #ADF98A
Black with #ADF98A
Text Example
Text Example
White with #ADF98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF98A; }
p { color: rgb(173,249,138); }
H1.HeaderClassName
{
color: #ADF98A;
}
.AnyTagClassName
{
color: #ADF98A;
}
</style>
background-color css
<style>
a { background-color: #ADF98A; }
a { background-color: rgb(173,249,138); }
div.DivClassName
{
background-color: #ADF98A;
}
.BgClassName
{
background-color: #ADF98A;
}
</style>
border-color css
<style>
span { border-color: #ADF98A; }
span { border-color: rgb(173,249,138); }
td.TdClassName
{
border-color: #ADF98A;
}
.TagClassName
{
border-color: #ADF98A;
}
</style>