#98DA8D

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

Shades of Granny Smith Apple #98DA8D

Tints of Granny Smith Apple #98DA8D

Color information

#98DA8D (or 0x98DA8D) is unknown color: approx Granny Smith Apple. HEX triplet: 98, DA and 8D. RGB value is (152,218,141). Sum of RGB (Red+Green+Blue) = 152+218+141=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DA8D is #672572. Grayscale: #BDBDBD. Windows color (decimal): -6759795 or 9296536. OLE color: 9296536.

HSL color Cylindrical-coordinate representation of color #98DA8D: hue angle of 111.43º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #98DA8D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB152218141-
CMYK0.3000.350.15
HSL111.43º50.99%70.39%-
HSV(B)111.43º35.32%85.49%-
XYZ42.8358.7434.28-
YUV189.49100.63101.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 218 (85.55% from 255) = 42.66%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=29.75%
G=42.66%
B=27.59%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522181410.3000.350.15111.4350.9970.39
Hex98DA8D1E023F6f3346
Octal230332215360431715763106
Binary100110001101101010001101111100100011111111011111100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98DA8D; }

 p { color: rgb(152,218,141); }

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

<style>
 a { background-color: #98DA8D; }

 a { background-color: rgb(152,218,141); }

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

<style>
 span { border-color: #98DA8D; }

 span { border-color: rgb(152,218,141); }

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