#97E195

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

Shades of Granny Smith Apple #97E195

Tints of Granny Smith Apple #97E195

Color information

#97E195 (or 0x97E195) is unknown color: approx Granny Smith Apple. HEX triplet: 97, E1 and 95. RGB value is (151,225,149). Sum of RGB (Red+Green+Blue) = 151+225+149=525 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.76% from 525); Green value is 225 (88.28% from 255 or 42.86% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 225 - color contains mainly: green. Hex color #97E195 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E195 is #681E6A. Grayscale: #C2C2C2. Windows color (decimal): -6823531 or 9822615. OLE color: 9822615.

HSL color Cylindrical-coordinate representation of color #97E195: hue angle of 118.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #97E195 is Cyan = 0.33, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.

Color convert

RGB151225149-
CMYK0.3300.340.12
HSL118.42º55.88%73.33%-
HSV(B)118.42º33.78%88.24%-
XYZ45.1162.638.14-
YUV194.21102.4897.18-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.76%
GREEN value IS 225 (88.28% from 255) = 42.86%
BLUE value IS 149 (58.59% from 255) = 28.38%
R=28.76%
G=42.86%
B=28.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512251490.3300.340.12118.4255.8873.33
Hex97E19521022C763849
Octal227341225410421416670111
Binary1001011111100001100101011000010100010110011101101110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,225,149); }

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

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

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

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

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

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

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