#9ADA9B

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

Shades of Granny Smith Apple #9ADA9B

Tints of Granny Smith Apple #9ADA9B

Color information

#9ADA9B (or 0x9ADA9B) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, DA and 9B. RGB value is (154,218,155). Sum of RGB (Red+Green+Blue) = 154+218+155=527 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.22% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 155 (60.94% from 255 or 29.41% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA9B is #652564. Grayscale: #BFBFBF. Windows color (decimal): -6628709 or 10214042. OLE color: 10214042.

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

Color convert

RGB154218155-
CMYK0.2900.290.15
HSL120.94º46.38%72.94%-
HSV(B)120.94º29.36%85.49%-
XYZ44.3159.3840.14-
YUV191.68107.3101.12-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.22%
GREEN value IS 218 (85.55% from 255) = 41.37%
BLUE value IS 155 (60.94% from 255) = 29.41%
R=29.22%
G=41.37%
B=29.41%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181550.2900.290.15120.9446.3872.94
Hex9ADA9B1D01DF792e49
Octal232332233350351717156111
Binary10011010110110101001101111101011101111111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,155); }

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

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

 a { background-color: rgb(154,218,155); }

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

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

 span { border-color: rgb(154,218,155); }

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