Html Css Color HEX #9DEA85 Granny Smith Apple
📋 copy color: '#9DEA85'red 157 ◦ green 234 ◦ blue 133
Shades of Granny Smith Apple #9DEA85
Tints of Granny Smith Apple #9DEA85
RGB
CMYK
RGB Variations
Color information
#9DEA85 (or 0x9DEA85) is known color: Granny Smith Apple. HEX triplet: 9D, EA and 85. RGB value is (157,234,133). Sum of RGB (Red+Green+Blue) = 157+234+133=524 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.96% from 524); Green value is 234 (91.80% from 255 or 44.66% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9DEA85 is #62157A. Grayscale: #C7C7C7. Windows color (decimal): -6428027 or 8776349. OLE color: 8776349.
HSL color Cylindrical-coordinate representation of color #9DEA85: hue angle of 105.74º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9DEA85 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 234 | 133 | - |
| CMYK | 0.33 | 0 | 0.43 | 0.08 |
| HSL | 105.74º | 0.71% | 0.72% | - |
| HSV(B) | 105.74º | 0.43% | 0.92% | - |
| XYZ | 47.56 | 67.71 | 32.75 | - |
| YUV | 199.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 234 | 133 | 0.33 | 0 | 0.43 | 0.08 | 105.74 | 0.71 | 0.72 |
| Hex | 9D | EA | 85 | 21 | 0 | 2B | 8 | 6A | 47 | 48 |
| Octal | 235 | 352 | 205 | 41 | 0 | 53 | 10 | 152 | 107 | 110 |
| Binary | 10011101 | 11101010 | 10000101 | 100001 | 0 | 101011 | 1000 | 1101010 | 1000111 | 1001000 |
Color Harmonies of #9DEA85
Complementary color
Monochromatic Colors of #9DEA85
Black with #9DEA85
Text Example
Text Example
White with #9DEA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEA85; }
p { color: rgb(157,234,133); }
H1.HeaderClassName
{
color: #9DEA85;
}
.AnyTagClassName
{
color: #9DEA85;
}
</style>
background-color css
<style>
a { background-color: #9DEA85; }
a { background-color: rgb(157,234,133); }
div.DivClassName
{
background-color: #9DEA85;
}
.BgClassName
{
background-color: #9DEA85;
}
</style>
border-color css
<style>
span { border-color: #9DEA85; }
span { border-color: rgb(157,234,133); }
td.TdClassName
{
border-color: #9DEA85;
}
.TagClassName
{
border-color: #9DEA85;
}
</style>