#98D093

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

Shades of Granny Smith Apple #98D093

Tints of Granny Smith Apple #98D093

Color information

#98D093 (or 0x98D093) is unknown color: approx Granny Smith Apple. HEX triplet: 98, D0 and 93. RGB value is (152,208,147). Sum of RGB (Red+Green+Blue) = 152+208+147=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 208 (81.64% from 255 or 41.03% from 507); Blue value is 147 (57.81% from 255 or 28.99% from 507); Max value from RGB is 208 - color contains mainly: green. Hex color #98D093 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D093 is #672F6C. Grayscale: #B8B8B8. Windows color (decimal): -6762349 or 9687192. OLE color: 9687192.

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

Color convert

RGB152208147-
CMYK0.2700.290.18
HSL115.08º39.35%69.61%-
HSV(B)115.08º29.33%81.57%-
XYZ40.7753.8935.86-
YUV184.3106.95104.96-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 208 (81.64% from 255) = 41.03%
BLUE value IS 147 (57.81% from 255) = 28.99%
R=29.98%
G=41.03%
B=28.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522081470.2700.290.18115.0839.3569.61
Hex98D0931B01D12732746
Octal230320223330352216347106
Binary100110001101000010010011110110111011001011100111001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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