#98DC98

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

Shades of Granny Smith Apple #98DC98

Tints of Granny Smith Apple #98DC98

Color information

#98DC98 (or 0x98DC98) is unknown color: approx Granny Smith Apple. HEX triplet: 98, DC and 98. RGB value is (152,220,152). Sum of RGB (Red+Green+Blue) = 152+220+152=524 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.01% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 152 (59.77% from 255 or 29.01% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #98DC98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DC98 is #672367. Grayscale: #C0C0C0. Windows color (decimal): -6759272 or 10017944. OLE color: 10017944.

HSL color Cylindrical-coordinate representation of color #98DC98: hue angle of 120º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #98DC98 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB152220152-
CMYK0.3100.310.14
HSL120º49.28%72.94%-
HSV(B)120º30.91%86.27%-
XYZ44.2160.1338.98-
YUV191.92105.4799.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.01%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 152 (59.77% from 255) = 29.01%
R=29.01%
G=41.98%
B=29.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1522201520.3100.310.1412049.2872.94
Hex98DC981F01FE783149
Octal230334230370371617061111
Binary10011000110111001001100011111011111111011110001100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,220,152); }

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

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

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

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

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

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

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