Html Css Color HEX #9AD595 Granny Smith Apple
📋 copy color: '#9AD595'red 154 ◦ green 213 ◦ blue 149
Shades of Granny Smith Apple #9AD595
Tints of Granny Smith Apple #9AD595
RGB
CMYK
RGB Variations
Color information
#9AD595 (or 0x9AD595) is known color: Granny Smith Apple. HEX triplet: 9A, D5 and 95. RGB value is (154,213,149). Sum of RGB (Red+Green+Blue) = 154+213+149=516 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.84% from 516); Green value is 213 (83.59% from 255 or 41.28% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD595 is #652A6A. Grayscale: #BCBCBC. Windows color (decimal): -6629995 or 9819546. OLE color: 9819546.
HSL color Cylindrical-coordinate representation of color #9AD595: hue angle of 115.31º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AD595 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 213 | 149 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.16 |
| HSL | 115.31º | 0.43% | 0.71% | - |
| HSV(B) | 115.31º | 0.3% | 0.84% | - |
| XYZ | 42.55 | 56.63 | 37.12 | - |
| YUV | 188.06 | 105.95 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 213 | 149 | 0.28 | 0 | 0.30 | 0.16 | 115.31 | 0.43 | 0.71 |
| Hex | 9A | D5 | 95 | 1C | 0 | 1E | 10 | 73 | 2B | 47 |
| Octal | 232 | 325 | 225 | 34 | 0 | 36 | 20 | 163 | 53 | 107 |
| Binary | 10011010 | 11010101 | 10010101 | 11100 | 0 | 11110 | 10000 | 1110011 | 101011 | 1000111 |
Color Harmonies of #9AD595
Complementary color
Monochromatic Colors of #9AD595
Black with #9AD595
Text Example
Text Example
White with #9AD595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD595; }
p { color: rgb(154,213,149); }
H1.HeaderClassName
{
color: #9AD595;
}
.AnyTagClassName
{
color: #9AD595;
}
</style>
background-color css
<style>
a { background-color: #9AD595; }
a { background-color: rgb(154,213,149); }
div.DivClassName
{
background-color: #9AD595;
}
.BgClassName
{
background-color: #9AD595;
}
</style>
border-color css
<style>
span { border-color: #9AD595; }
span { border-color: rgb(154,213,149); }
td.TdClassName
{
border-color: #9AD595;
}
.TagClassName
{
border-color: #9AD595;
}
</style>