#97DC90

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

Shades of Granny Smith Apple #97DC90

Tints of Granny Smith Apple #97DC90

Color information

#97DC90 (or 0x97DC90) is unknown color: approx Granny Smith Apple. HEX triplet: 97, DC and 90. RGB value is (151,220,144). Sum of RGB (Red+Green+Blue) = 151+220+144=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 220 (86.33% from 255 or 42.72% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 220 - color contains mainly: green. Hex color #97DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DC90 is #68236F. Grayscale: #BEBEBE. Windows color (decimal): -6824816 or 9493655. OLE color: 9493655.

HSL color Cylindrical-coordinate representation of color #97DC90: hue angle of 114.47º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #97DC90 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB151220144-
CMYK0.3100.350.14
HSL114.47º52.05%71.37%-
HSV(B)114.47º34.55%86.27%-
XYZ43.3959.7835.64-
YUV190.7101.6499.68-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 220 (86.33% from 255) = 42.72%
BLUE value IS 144 (56.64% from 255) = 27.96%
R=29.32%
G=42.72%
B=27.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1512201440.3100.350.14114.4752.0571.37
Hex97DC901F023E723447
Octal227334220370431616264107
Binary100101111101110010010000111110100011111011100101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,220,144); }

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

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

 a { background-color: rgb(151,220,144); }

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

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

 span { border-color: rgb(151,220,144); }

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