#9AD996

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

Shades of Granny Smith Apple #9AD996

Tints of Granny Smith Apple #9AD996

Color information

#9AD996 (or 0x9AD996) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D9 and 96. RGB value is (154,217,150). Sum of RGB (Red+Green+Blue) = 154+217+150=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 217 (85.16% from 255 or 41.65% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD996 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD996 is #652669. Grayscale: #BEBEBE. Windows color (decimal): -6628970 or 9886106. OLE color: 9886106.

HSL color Cylindrical-coordinate representation of color #9AD996: hue angle of 116.42º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AD996 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB154217150-
CMYK0.2900.310.15
HSL116.42º46.85%71.96%-
HSV(B)116.42º30.88%85.1%-
XYZ43.6458.737.88-
YUV190.52105.13101.95-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 217 (85.16% from 255) = 41.65%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=29.56%
G=41.65%
B=28.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171500.2900.310.15116.4246.8571.96
Hex9AD9961D01FF742f48
Octal232331226350371716457110
Binary10011010110110011001011011101011111111111101001011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,150); }

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

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

 a { background-color: rgb(154,217,150); }

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

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

 span { border-color: rgb(154,217,150); }

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