#98D895

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

Shades of Granny Smith Apple #98D895

Tints of Granny Smith Apple #98D895

Color information

#98D895 (or 0x98D895) is unknown color: approx Granny Smith Apple. HEX triplet: 98, D8 and 95. RGB value is (152,216,149). Sum of RGB (Red+Green+Blue) = 152+216+149=517 (68% of max value = 765). Red value is 152 (59.77% from 255 or 29.40% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #98D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D895 is #67276A. Grayscale: #BDBDBD. Windows color (decimal): -6760299 or 9820312. OLE color: 9820312.

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

Color convert

RGB152216149-
CMYK0.3000.310.15
HSL117.31º46.21%71.57%-
HSV(B)117.31º31.02%84.71%-
XYZ42.9357.9637.36-
YUV189.23105.3101.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.40%
GREEN value IS 216 (84.77% from 255) = 41.78%
BLUE value IS 149 (58.59% from 255) = 28.82%
R=29.40%
G=41.78%
B=28.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522161490.3000.310.15117.3146.2171.57
Hex98D8951E01FF752e48
Octal230330225360371716556110
Binary10011000110110001001010111110011111111111101011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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