#9DD497

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

Shades of Granny Smith Apple #9DD497

Tints of Granny Smith Apple #9DD497

Color information

#9DD497 (or 0x9DD497) is unknown color: approx Granny Smith Apple. HEX triplet: 9D, D4 and 97. RGB value is (157,212,151). Sum of RGB (Red+Green+Blue) = 157+212+151=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD497 is #622B68. Grayscale: #BCBCBC. Windows color (decimal): -6433641 or 9950365. OLE color: 9950365.

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

Color convert

RGB157212151-
CMYK0.2600.290.17
HSL114.1º41.5%71.18%-
HSV(B)114.1º28.77%83.14%-
XYZ43.0356.4937.91-
YUV188.6106.78105.46-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.19%
GREEN value IS 212 (83.20% from 255) = 40.77%
BLUE value IS 151 (59.38% from 255) = 29.04%
R=30.19%
G=40.77%
B=29.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1572121510.2600.290.17114.141.571.18
Hex9DD4971A01D11722947
Octal235324227320352116251107
Binary100111011101010010010111110100111011000111100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DD497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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