#97D98A

Color #97D98A Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #97D98A

Tints of Granny Smith Apple #97D98A

Color information

#97D98A (or 0x97D98A) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D9 and 8A. RGB value is (151,217,138). Sum of RGB (Red+Green+Blue) = 151+217+138=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #97D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D98A is #682675. Grayscale: #BCBCBC. Windows color (decimal): -6825590 or 9099671. OLE color: 9099671.

HSL color Cylindrical-coordinate representation of color #97D98A: hue angle of 110.13º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #97D98A is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB151217138-
CMYK0.3000.360.15
HSL110.13º50.97%69.61%-
HSV(B)110.13º36.41%85.1%-
XYZ42.1658.0433.03-
YUV188.2699.63101.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=29.84%
G=42.89%
B=27.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512171380.3000.360.15110.1350.9769.61
Hex97D98A1E024F6e3346
Octal227331212360441715663106
Binary100101111101100110001010111100100100111111011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97D98A; }

 p { color: rgb(151,217,138); }

 H1.HeaderClassName
 {
   color: #97D98A;
 }
 .AnyTagClassName
 {
   color: #97D98A;
 }
</style>
background-color css

<style>
 a { background-color: #97D98A; }

 a { background-color: rgb(151,217,138); }

 div.DivClassName
 {
   background-color: #97D98A;
 }
 .BgClassName
 {
   background-color: #97D98A;
 }
</style>
border-color css

<style>
 span { border-color: #97D98A; }

 span { border-color: rgb(151,217,138); }

 td.TdClassName
 {
   border-color: #97D98A;
 }
 .TagClassName
 {
   border-color: #97D98A;
 }
</style>