#9AD495

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

Shades of Granny Smith Apple #9AD495

Tints of Granny Smith Apple #9AD495

Color information

#9AD495 (or 0x9AD495) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D4 and 95. RGB value is (154,212,149). Sum of RGB (Red+Green+Blue) = 154+212+149=515 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.90% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD495 is #652B6A. Grayscale: #BBBBBB. Windows color (decimal): -6630251 or 9819290. OLE color: 9819290.

HSL color Cylindrical-coordinate representation of color #9AD495: hue angle of 115.24º 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 #9AD495 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB154212149-
CMYK0.2700.300.17
HSL115.24º42.28%70.78%-
HSV(B)115.24º29.72%83.14%-
XYZ42.2956.1337.04-
YUV187.48106.28104.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.90%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 149 (58.59% from 255) = 28.93%
R=29.90%
G=41.17%
B=28.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121490.2700.300.17115.2442.2870.78
Hex9AD4951B01E11732a47
Octal232324225330362116352107
Binary100110101101010010010101110110111101000111100111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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