#98D08F

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

Shades of Granny Smith Apple #98D08F

Tints of Granny Smith Apple #98D08F

Color information

#98D08F (or 0x98D08F) is unknown color: approx Granny Smith Apple. HEX triplet: 98, D0 and 8F. RGB value is (152,208,143). Sum of RGB (Red+Green+Blue) = 152+208+143=503 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.22% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 143 (56.25% from 255 or 28.43% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #98D08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D08F is #672F70. Grayscale: #B8B8B8. Windows color (decimal): -6762353 or 9425048. OLE color: 9425048.

HSL color Cylindrical-coordinate representation of color #98D08F: hue angle of 111.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98D08F is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB152208143-
CMYK0.2700.310.18
HSL111.69º40.88%68.82%-
HSV(B)111.69º31.25%81.57%-
XYZ40.4653.7734.23-
YUV183.85104.95105.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.22%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 143 (56.25% from 255) = 28.43%
R=30.22%
G=41.35%
B=28.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081430.2700.310.18111.6940.8868.82
Hex98D08F1B01F12702945
Octal230320217330372216051105
Binary100110001101000010001111110110111111001011100001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,208,143); }

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

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

 a { background-color: rgb(152,208,143); }

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

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

 span { border-color: rgb(152,208,143); }

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