Html Css Color HEX #ADF38D Granny Smith Apple
📋 copy color: '#ADF38D'red 173 ◦ green 243 ◦ blue 141
Shades of Granny Smith Apple #ADF38D
Tints of Granny Smith Apple #ADF38D
RGB
CMYK
RGB Variations
Color information
#ADF38D (or 0xADF38D) is known color: Granny Smith Apple. HEX triplet: AD, F3 and 8D. RGB value is (173,243,141). Sum of RGB (Red+Green+Blue) = 173+243+141=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF38D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF38D is #520C72. Grayscale: #D2D2D2. Windows color (decimal): -5377139 or 9302957. OLE color: 9302957.
HSL color Cylindrical-coordinate representation of color #ADF38D: hue angle of 101.18º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ADF38D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 141 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 101.18º | 0.81% | 0.75% | - |
| HSV(B) | 101.18º | 0.42% | 0.95% | - |
| XYZ | 54.09 | 74.91 | 36.81 | - |
| YUV | 210.44 | 88.81 | 101.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 141 | 0.29 | 0 | 0.42 | 0.05 | 101.18 | 0.81 | 0.75 |
| Hex | AD | F3 | 8D | 1D | 0 | 2A | 5 | 65 | 51 | 4B |
| Octal | 255 | 363 | 215 | 35 | 0 | 52 | 5 | 145 | 121 | 113 |
| Binary | 10101101 | 11110011 | 10001101 | 11101 | 0 | 101010 | 101 | 1100101 | 1010001 | 1001011 |
Color Harmonies of #ADF38D
Complementary color
Monochromatic Colors of #ADF38D
Black with #ADF38D
Text Example
Text Example
White with #ADF38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF38D; }
p { color: rgb(173,243,141); }
H1.HeaderClassName
{
color: #ADF38D;
}
.AnyTagClassName
{
color: #ADF38D;
}
</style>
background-color css
<style>
a { background-color: #ADF38D; }
a { background-color: rgb(173,243,141); }
div.DivClassName
{
background-color: #ADF38D;
}
.BgClassName
{
background-color: #ADF38D;
}
</style>
border-color css
<style>
span { border-color: #ADF38D; }
span { border-color: rgb(173,243,141); }
td.TdClassName
{
border-color: #ADF38D;
}
.TagClassName
{
border-color: #ADF38D;
}
</style>