#97E08D

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

Shades of Granny Smith Apple #97E08D

Tints of Granny Smith Apple #97E08D

Color information

#97E08D (or 0x97E08D) is unknown color: approx Granny Smith Apple. HEX triplet: 97, E0 and 8D. RGB value is (151,224,141). Sum of RGB (Red+Green+Blue) = 151+224+141=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 224 (87.89% from 255 or 43.41% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 224 - color contains mainly: green. Hex color #97E08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97E08D is #681F72. Grayscale: #C0C0C0. Windows color (decimal): -6823795 or 9298071. OLE color: 9298071.

HSL color Cylindrical-coordinate representation of color #97E08D: hue angle of 112.77º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #97E08D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB151224141-
CMYK0.3300.370.12
HSL112.77º57.24%71.57%-
HSV(B)112.77º37.05%87.84%-
XYZ44.2361.8134.8-
YUV192.7198.8298.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 224 (87.89% from 255) = 43.41%
BLUE value IS 141 (55.47% from 255) = 27.33%
R=29.26%
G=43.41%
B=27.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1512241410.3300.370.12112.7757.2471.57
Hex97E08D21025C713948
Octal227340215410451416171110
Binary1001011111100000100011011000010100101110011100011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,224,141); }

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

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

 a { background-color: rgb(151,224,141); }

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

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

 span { border-color: rgb(151,224,141); }

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