#98D98A

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

Shades of Granny Smith Apple #98D98A

Tints of Granny Smith Apple #98D98A

Color information

#98D98A (or 0x98D98A) is unknown color: approx Granny Smith Apple. HEX triplet: 98, D9 and 8A. RGB value is (152,217,138). Sum of RGB (Red+Green+Blue) = 152+217+138=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #98D98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D98A is #672675. Grayscale: #BCBCBC. Windows color (decimal): -6760054 or 9099672. OLE color: 9099672.

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

Color convert

RGB152217138-
CMYK0.3000.360.15
HSL109.37º50.97%69.61%-
HSV(B)109.37º36.41%85.1%-
XYZ42.3558.1433.03-
YUV188.5699.47101.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=29.98%
G=42.80%
B=27.22%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1522171380.3000.360.15109.3750.9769.61
Hex98D98A1E024F6d3346
Octal230331212360441715563106
Binary100110001101100110001010111100100100111111011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,217,138); }

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

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

 a { background-color: rgb(152,217,138); }

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

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

 span { border-color: rgb(152,217,138); }

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