Html Css Color HEX #9ACF97 Granny Smith Apple
📋 copy color: '#9ACF97'red 154 ◦ green 207 ◦ blue 151
Shades of Granny Smith Apple #9ACF97
Tints of Granny Smith Apple #9ACF97
RGB
CMYK
RGB Variations
Color information
#9ACF97 (or 0x9ACF97) is known color: Granny Smith Apple. HEX triplet: 9A, CF and 97. RGB value is (154,207,151). Sum of RGB (Red+Green+Blue) = 154+207+151=512 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.08% from 512); Green value is 207 (81.25% from 255 or 40.43% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 207 - color contains mainly: green. Hex color #9ACF97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACF97 is #653068. Grayscale: #B8B8B8. Windows color (decimal): -6631529 or 9949082. OLE color: 9949082.
HSL color Cylindrical-coordinate representation of color #9ACF97: hue angle of 116.79º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9ACF97 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 207 | 151 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.19 |
| HSL | 116.79º | 0.37% | 0.7% | - |
| HSV(B) | 116.79º | 0.27% | 0.81% | - |
| XYZ | 41.23 | 53.73 | 37.48 | - |
| YUV | 184.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 207 | 151 | 0.26 | 0 | 0.27 | 0.19 | 116.79 | 0.37 | 0.7 |
| Hex | 9A | CF | 97 | 1A | 0 | 1B | 13 | 75 | 25 | 46 |
| Octal | 232 | 317 | 227 | 32 | 0 | 33 | 23 | 165 | 45 | 106 |
| Binary | 10011010 | 11001111 | 10010111 | 11010 | 0 | 11011 | 10011 | 1110101 | 100101 | 1000110 |
Color Harmonies of #9ACF97
Complementary color
Monochromatic Colors of #9ACF97
Black with #9ACF97
Text Example
Text Example
White with #9ACF97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ACF97; }
p { color: rgb(154,207,151); }
H1.HeaderClassName
{
color: #9ACF97;
}
.AnyTagClassName
{
color: #9ACF97;
}
</style>
background-color css
<style>
a { background-color: #9ACF97; }
a { background-color: rgb(154,207,151); }
div.DivClassName
{
background-color: #9ACF97;
}
.BgClassName
{
background-color: #9ACF97;
}
</style>
border-color css
<style>
span { border-color: #9ACF97; }
span { border-color: rgb(154,207,151); }
td.TdClassName
{
border-color: #9ACF97;
}
.TagClassName
{
border-color: #9ACF97;
}
</style>