Html Css Color HEX #9AD38D Granny Smith Apple
📋 copy color: '#9AD38D'red 154 ◦ green 211 ◦ blue 141
Shades of Granny Smith Apple #9AD38D
Tints of Granny Smith Apple #9AD38D
RGB
CMYK
RGB Variations
Color information
#9AD38D (or 0x9AD38D) is known color: Granny Smith Apple. HEX triplet: 9A, D3 and 8D. RGB value is (154,211,141). Sum of RGB (Red+Green+Blue) = 154+211+141=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #9AD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD38D is #652C72. Grayscale: #BABABA. Windows color (decimal): -6630515 or 9294746. OLE color: 9294746.
HSL color Cylindrical-coordinate representation of color #9AD38D: hue angle of 108.86º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD38D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 154 | 211 | 141 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.17 |
| HSL | 108.86º | 0.44% | 0.69% | - |
| HSV(B) | 108.86º | 0.33% | 0.83% | - |
| XYZ | 41.43 | 55.38 | 33.71 | - |
| YUV | 185.98 | 102.62 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 211 | 141 | 0.27 | 0 | 0.33 | 0.17 | 108.86 | 0.44 | 0.69 |
| Hex | 9A | D3 | 8D | 1B | 0 | 21 | 11 | 6D | 2C | 45 |
| Octal | 232 | 323 | 215 | 33 | 0 | 41 | 21 | 155 | 54 | 105 |
| Binary | 10011010 | 11010011 | 10001101 | 11011 | 0 | 100001 | 10001 | 1101101 | 101100 | 1000101 |
Color Harmonies of #9AD38D
Complementary color
Monochromatic Colors of #9AD38D
Black with #9AD38D
Text Example
Text Example
White with #9AD38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD38D; }
p { color: rgb(154,211,141); }
H1.HeaderClassName
{
color: #9AD38D;
}
.AnyTagClassName
{
color: #9AD38D;
}
</style>
background-color css
<style>
a { background-color: #9AD38D; }
a { background-color: rgb(154,211,141); }
div.DivClassName
{
background-color: #9AD38D;
}
.BgClassName
{
background-color: #9AD38D;
}
</style>
border-color css
<style>
span { border-color: #9AD38D; }
span { border-color: rgb(154,211,141); }
td.TdClassName
{
border-color: #9AD38D;
}
.TagClassName
{
border-color: #9AD38D;
}
</style>