#94DA97

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

Shades of Granny Smith Apple #94DA97

Tints of Granny Smith Apple #94DA97

Color information

#94DA97 (or 0x94DA97) is unknown color: approx Granny Smith Apple. HEX triplet: 94, DA and 97. RGB value is (148,218,151). Sum of RGB (Red+Green+Blue) = 148+218+151=517 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.63% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 151 (59.38% from 255 or 29.21% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DA97 is #6B2568. Grayscale: #BDBDBD. Windows color (decimal): -7021929 or 9951892. OLE color: 9951892.

HSL color Cylindrical-coordinate representation of color #94DA97: hue angle of 122.57º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94DA97 is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB148218151-
CMYK0.3200.310.15
HSL122.57º48.61%71.76%-
HSV(B)122.57º32.11%85.49%-
XYZ42.8758.6738.34-
YUV189.43106.3198.45-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 28.63%
GREEN value IS 218 (85.55% from 255) = 42.17%
BLUE value IS 151 (59.38% from 255) = 29.21%
R=28.63%
G=42.17%
B=29.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181510.3200.310.15122.5748.6171.76
Hex94DA972001FF7b3148
Octal224332227400371717361110
Binary100101001101101010010111100000011111111111110111100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DA97; }

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

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

<style>
 a { background-color: #94DA97; }

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

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

<style>
 span { border-color: #94DA97; }

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

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