#9ADA8D

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

Shades of Granny Smith Apple #9ADA8D

Tints of Granny Smith Apple #9ADA8D

Color information

#9ADA8D (or 0x9ADA8D) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, DA and 8D. RGB value is (154,218,141). Sum of RGB (Red+Green+Blue) = 154+218+141=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 218 (85.55% from 255 or 42.50% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADA8D is #652572. Grayscale: #BEBEBE. Windows color (decimal): -6628723 or 9296538. OLE color: 9296538.

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

Color convert

RGB154218141-
CMYK0.2900.350.15
HSL109.87º50.99%70.39%-
HSV(B)109.87º35.32%85.49%-
XYZ43.2158.9434.3-
YUV190.09100.3102.26-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 218 (85.55% from 255) = 42.50%
BLUE value IS 141 (55.47% from 255) = 27.49%
R=30.02%
G=42.50%
B=27.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181410.2900.350.15109.8750.9970.39
Hex9ADA8D1D023F6e3346
Octal232332215350431715663106
Binary100110101101101010001101111010100011111111011101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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