Html Css Color HEX #ADF38C Granny Smith Apple
📋 copy color: '#ADF38C'red 173 ◦ green 243 ◦ blue 140
Shades of Granny Smith Apple #ADF38C
Tints of Granny Smith Apple #ADF38C
RGB
CMYK
RGB Variations
Color information
#ADF38C (or 0xADF38C) is known color: Granny Smith Apple. HEX triplet: AD, F3 and 8C. RGB value is (173,243,140). Sum of RGB (Red+Green+Blue) = 173+243+140=556 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.12% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 140 (55.08% from 255 or 25.18% from 556); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF38C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF38C is #520C73. Grayscale: #D2D2D2. Windows color (decimal): -5377140 or 9237421. OLE color: 9237421.
HSL color Cylindrical-coordinate representation of color #ADF38C: hue angle of 100.78º 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 #ADF38C is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 140 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 100.78º | 0.81% | 0.75% | - |
| HSV(B) | 100.78º | 0.42% | 0.95% | - |
| XYZ | 54.02 | 74.88 | 36.42 | - |
| YUV | 210.33 | 88.31 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 140 | 0.29 | 0 | 0.42 | 0.05 | 100.78 | 0.81 | 0.75 |
| Hex | AD | F3 | 8C | 1D | 0 | 2A | 5 | 65 | 51 | 4B |
| Octal | 255 | 363 | 214 | 35 | 0 | 52 | 5 | 145 | 121 | 113 |
| Binary | 10101101 | 11110011 | 10001100 | 11101 | 0 | 101010 | 101 | 1100101 | 1010001 | 1001011 |
Color Harmonies of #ADF38C
Complementary color
Monochromatic Colors of #ADF38C
Black with #ADF38C
Text Example
Text Example
White with #ADF38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF38C; }
p { color: rgb(173,243,140); }
H1.HeaderClassName
{
color: #ADF38C;
}
.AnyTagClassName
{
color: #ADF38C;
}
</style>
background-color css
<style>
a { background-color: #ADF38C; }
a { background-color: rgb(173,243,140); }
div.DivClassName
{
background-color: #ADF38C;
}
.BgClassName
{
background-color: #ADF38C;
}
</style>
border-color css
<style>
span { border-color: #ADF38C; }
span { border-color: rgb(173,243,140); }
td.TdClassName
{
border-color: #ADF38C;
}
.TagClassName
{
border-color: #ADF38C;
}
</style>