#97CE94

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

Shades of Granny Smith Apple #97CE94

Tints of Granny Smith Apple #97CE94

Color information

#97CE94 (or 0x97CE94) is unknown color: approx Granny Smith Apple. HEX triplet: 97, CE and 94. RGB value is (151,206,148). Sum of RGB (Red+Green+Blue) = 151+206+148=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 206 (80.86% from 255 or 40.79% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 206 - color contains mainly: green. Hex color #97CE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97CE94 is #68316B. Grayscale: #B7B7B7. Windows color (decimal): -6828396 or 9752215. OLE color: 9752215.

HSL color Cylindrical-coordinate representation of color #97CE94: hue angle of 116.9º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97CE94 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.19.

Color convert

RGB151206148-
CMYK0.2700.280.19
HSL116.9º37.18%69.41%-
HSV(B)116.9º28.16%80.78%-
XYZ40.1852.8636.1-
YUV182.94108.28105.22-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 206 (80.86% from 255) = 40.79%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=29.90%
G=40.79%
B=29.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1512061480.2700.280.19116.937.1869.41
Hex97CE941B01C13752545
Octal227316224330342316545105
Binary100101111100111010010100110110111001001111101011001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97CE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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