#98D88D

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

Shades of Granny Smith Apple #98D88D

Tints of Granny Smith Apple #98D88D

Color information

#98D88D (or 0x98D88D) is unknown color: approx Granny Smith Apple. HEX triplet: 98, D8 and 8D. RGB value is (152,216,141). Sum of RGB (Red+Green+Blue) = 152+216+141=509 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.86% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 141 (55.47% from 255 or 27.70% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #98D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D88D is #672772. Grayscale: #BCBCBC. Windows color (decimal): -6760307 or 9296024. OLE color: 9296024.

HSL color Cylindrical-coordinate representation of color #98D88D: hue angle of 111.2º degrees, saturation: 0.49, 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 #98D88D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB152216141-
CMYK0.3000.350.15
HSL111.2º49.02%70%-
HSV(B)111.2º34.72%84.71%-
XYZ42.3157.7134.11-
YUV188.31101.3102.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.86%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 141 (55.47% from 255) = 27.70%
R=29.86%
G=42.44%
B=27.70%

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
Decimal1522161410.3000.350.15111.249.0270
Hex98D88D1E023F6f3146
Octal230330215360431715761106
Binary100110001101100010001101111100100011111111011111100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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