#9DD495

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

Shades of Granny Smith Apple #9DD495

Tints of Granny Smith Apple #9DD495

Color information

#9DD495 (or 0x9DD495) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D4 and 95. RGB value is (157,212,149). Sum of RGB (Red+Green+Blue) = 157+212+149=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD495 is #622B6A. Grayscale: #BCBCBC. Windows color (decimal): -6433643 or 9819293. OLE color: 9819293.

HSL color Cylindrical-coordinate representation of color #9DD495: hue angle of 112.38º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DD495 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB157212149-
CMYK0.2600.300.17
HSL112.38º42.28%70.78%-
HSV(B)112.38º29.72%83.14%-
XYZ42.8756.4237.07-
YUV188.37105.78105.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.31%
GREEN value IS 212 (83.20% from 255) = 40.93%
BLUE value IS 149 (58.59% from 255) = 28.76%
R=30.31%
G=40.93%
B=28.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121490.2600.300.17112.3842.2870.78
Hex9DD4951A01E11702a47
Octal235324225320362116052107
Binary100111011101010010010101110100111101000111100001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,212,149); }

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

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

 a { background-color: rgb(157,212,149); }

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

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

 span { border-color: rgb(157,212,149); }

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