#9DDB98

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

Shades of Granny Smith Apple #9DDB98

Tints of Granny Smith Apple #9DDB98

Color information

#9DDB98 (or 0x9DDB98) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, DB and 98. RGB value is (157,219,152). Sum of RGB (Red+Green+Blue) = 157+219+152=528 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.73% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 152 (59.77% from 255 or 28.79% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DDB98 is #622467. Grayscale: #C1C1C1. Windows color (decimal): -6431848 or 10017693. OLE color: 10017693.

HSL color Cylindrical-coordinate representation of color #9DDB98: hue angle of 115.52º degrees, saturation: 0.48, 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 #9DDB98 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB157219152-
CMYK0.2800.310.14
HSL115.52º48.2%72.75%-
HSV(B)115.52º30.59%85.88%-
XYZ44.960.138.94-
YUV192.82104.96102.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.73%
GREEN value IS 219 (85.94% from 255) = 41.48%
BLUE value IS 152 (59.77% from 255) = 28.79%
R=29.73%
G=41.48%
B=28.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1572191520.2800.310.14115.5248.272.75
Hex9DDB981C01FE743049
Octal235333230340371616460111
Binary10011101110110111001100011100011111111011101001100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DDB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DDB98; }

 p { color: rgb(157,219,152); }

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

<style>
 a { background-color: #9DDB98; }

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

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

<style>
 span { border-color: #9DDB98; }

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

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