#9ADA8A

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

Shades of Granny Smith Apple #9ADA8A

Tints of Granny Smith Apple #9ADA8A

Color information

#9ADA8A (or 0x9ADA8A) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, DA and 8A. RGB value is (154,218,138). Sum of RGB (Red+Green+Blue) = 154+218+138=510 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.20% from 510); Green value is 218 (85.55% from 255 or 42.75% from 510); Blue value is 138 (54.30% from 255 or 27.06% from 510); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA8A is #652575. Grayscale: #BEBEBE. Windows color (decimal): -6628726 or 9099930. OLE color: 9099930.

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

Color convert

RGB154218138-
CMYK0.2900.370.15
HSL108º51.95%69.8%-
HSV(B)108º36.7%85.49%-
XYZ42.9958.8533.14-
YUV189.7498.8102.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.20%
GREEN value IS 218 (85.55% from 255) = 42.75%
BLUE value IS 138 (54.30% from 255) = 27.06%
R=30.20%
G=42.75%
B=27.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181380.2900.370.1510851.9569.8
Hex9ADA8A1D025F6c3446
Octal232332212350451715464106
Binary100110101101101010001010111010100101111111011001101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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