#97D894

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

Shades of Granny Smith Apple #97D894

Tints of Granny Smith Apple #97D894

Color information

#97D894 (or 0x97D894) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D8 and 94. RGB value is (151,216,148). Sum of RGB (Red+Green+Blue) = 151+216+148=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 216 (84.77% from 255 or 41.94% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 216 - color contains mainly: green. Hex color #97D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D894 is #68276B. Grayscale: #BDBDBD. Windows color (decimal): -6825836 or 9754775. OLE color: 9754775.

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

Color convert

RGB151216148-
CMYK0.3000.310.15
HSL117.35º46.58%71.37%-
HSV(B)117.35º31.48%84.71%-
XYZ42.6657.8336.93-
YUV188.81104.97101.03-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 216 (84.77% from 255) = 41.94%
BLUE value IS 148 (58.20% from 255) = 28.74%
R=29.32%
G=41.94%
B=28.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512161480.3000.310.15117.3546.5871.37
Hex97D8941E01FF752f47
Octal227330224360371716557107
Binary10010111110110001001010011110011111111111101011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,216,148); }

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

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

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

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

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

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

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