Html Css Color HEX #ADF594 Granny Smith Apple
📋 copy color: '#ADF594'red 173 ◦ green 245 ◦ blue 148
Shades of Granny Smith Apple #ADF594
Tints of Granny Smith Apple #ADF594
RGB
CMYK
RGB Variations
Color information
#ADF594 (or 0xADF594) is known color: Granny Smith Apple. HEX triplet: AD, F5 and 94. RGB value is (173,245,148). Sum of RGB (Red+Green+Blue) = 173+245+148=566 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.57% from 566); Green value is 245 (96.09% from 255 or 43.29% from 566); Blue value is 148 (58.20% from 255 or 26.15% from 566); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF594 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF594 is #520A6B. Grayscale: #D4D4D4. Windows color (decimal): -5376620 or 9762221. OLE color: 9762221.
HSL color Cylindrical-coordinate representation of color #ADF594: hue angle of 104.54º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADF594 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 148 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.04 |
| HSL | 104.54º | 0.83% | 0.77% | - |
| HSV(B) | 104.54º | 0.4% | 0.96% | - |
| XYZ | 55.23 | 76.33 | 39.84 | - |
| YUV | 212.41 | 91.65 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 148 | 0.29 | 0 | 0.40 | 0.04 | 104.54 | 0.83 | 0.77 |
| Hex | AD | F5 | 94 | 1D | 0 | 28 | 4 | 69 | 53 | 4D |
| Octal | 255 | 365 | 224 | 35 | 0 | 50 | 4 | 151 | 123 | 115 |
| Binary | 10101101 | 11110101 | 10010100 | 11101 | 0 | 101000 | 100 | 1101001 | 1010011 | 1001101 |
Color Harmonies of #ADF594
Complementary color
Monochromatic Colors of #ADF594
Black with #ADF594
Text Example
Text Example
White with #ADF594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF594; }
p { color: rgb(173,245,148); }
H1.HeaderClassName
{
color: #ADF594;
}
.AnyTagClassName
{
color: #ADF594;
}
</style>
background-color css
<style>
a { background-color: #ADF594; }
a { background-color: rgb(173,245,148); }
div.DivClassName
{
background-color: #ADF594;
}
.BgClassName
{
background-color: #ADF594;
}
</style>
border-color css
<style>
span { border-color: #ADF594; }
span { border-color: rgb(173,245,148); }
td.TdClassName
{
border-color: #ADF594;
}
.TagClassName
{
border-color: #ADF594;
}
</style>