#97D097

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

Shades of Granny Smith Apple #97D097

Tints of Granny Smith Apple #97D097

Color information

#97D097 (or 0x97D097) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D0 and 97. RGB value is (151,208,151). Sum of RGB (Red+Green+Blue) = 151+208+151=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 208 (81.64% from 255 or 40.78% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 208 - color contains mainly: green. Hex color #97D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D097 is #682F68. Grayscale: #B8B8B8. Windows color (decimal): -6827881 or 9949335. OLE color: 9949335.

HSL color Cylindrical-coordinate representation of color #97D097: hue angle of 120º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #97D097 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB151208151-
CMYK0.2700.270.18
HSL120º37.75%70.39%-
HSV(B)120º27.4%81.57%-
XYZ40.953.9337.53-
YUV184.46109.12104.13-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 208 (81.64% from 255) = 40.78%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=29.61%
G=40.78%
B=29.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1512081510.2700.270.1812037.7570.39
Hex97D0971B01B12782646
Octal227320227330332217046106
Binary100101111101000010010111110110110111001011110001001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,208,151); }

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

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

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

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

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

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

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