#97D694

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

Shades of Granny Smith Apple #97D694

Tints of Granny Smith Apple #97D694

Color information

#97D694 (or 0x97D694) is unknown color: approx Granny Smith Apple. HEX triplet: 97, D6 and 94. RGB value is (151,214,148). Sum of RGB (Red+Green+Blue) = 151+214+148=513 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.43% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #97D694 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97D694 is #68296B. Grayscale: #BBBBBB. Windows color (decimal): -6826348 or 9754263. OLE color: 9754263.

HSL color Cylindrical-coordinate representation of color #97D694: hue angle of 117.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #97D694 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB151214148-
CMYK0.2900.310.16
HSL117.27º44.59%70.98%-
HSV(B)117.27º30.84%83.92%-
XYZ42.1556.8136.76-
YUV187.64105.63101.87-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.43%
GREEN value IS 214 (83.98% from 255) = 41.72%
BLUE value IS 148 (58.20% from 255) = 28.85%
R=29.43%
G=41.72%
B=28.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1512141480.2900.310.16117.2744.5970.98
Hex97D6941D01F10752d47
Octal227326224350372016555107
Binary100101111101011010010100111010111111000011101011011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97D694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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