Html Css Color HEX #9AD098 Granny Smith Apple
📋 copy color: '#9AD098'red 154 ◦ green 208 ◦ blue 152
Shades of Granny Smith Apple #9AD098
Tints of Granny Smith Apple #9AD098
RGB
CMYK
RGB Variations
Color information
#9AD098 (or 0x9AD098) is known color: Granny Smith Apple. HEX triplet: 9A, D0 and 98. RGB value is (154,208,152). Sum of RGB (Red+Green+Blue) = 154+208+152=514 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.96% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 152 (59.77% from 255 or 29.57% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD098 is #652F67. Grayscale: #B9B9B9. Windows color (decimal): -6631272 or 10014874. OLE color: 10014874.
HSL color Cylindrical-coordinate representation of color #9AD098: hue angle of 117.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9AD098 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 154 | 208 | 152 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.18 |
| HSL | 117.86º | 0.37% | 0.71% | - |
| HSV(B) | 117.86º | 0.27% | 0.82% | - |
| XYZ | 41.55 | 54.25 | 37.99 | - |
| YUV | 185.47 | 109.11 | 105.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 208 | 152 | 0.26 | 0 | 0.27 | 0.18 | 117.86 | 0.37 | 0.71 |
| Hex | 9A | D0 | 98 | 1A | 0 | 1B | 12 | 76 | 25 | 47 |
| Octal | 232 | 320 | 230 | 32 | 0 | 33 | 22 | 166 | 45 | 107 |
| Binary | 10011010 | 11010000 | 10011000 | 11010 | 0 | 11011 | 10010 | 1110110 | 100101 | 1000111 |
Color Harmonies of #9AD098
Complementary color
Monochromatic Colors of #9AD098
Black with #9AD098
Text Example
Text Example
White with #9AD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AD098; }
p { color: rgb(154,208,152); }
H1.HeaderClassName
{
color: #9AD098;
}
.AnyTagClassName
{
color: #9AD098;
}
</style>
background-color css
<style>
a { background-color: #9AD098; }
a { background-color: rgb(154,208,152); }
div.DivClassName
{
background-color: #9AD098;
}
.BgClassName
{
background-color: #9AD098;
}
</style>
border-color css
<style>
span { border-color: #9AD098; }
span { border-color: rgb(154,208,152); }
td.TdClassName
{
border-color: #9AD098;
}
.TagClassName
{
border-color: #9AD098;
}
</style>