#9ADB8A

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

Shades of Granny Smith Apple #9ADB8A

Tints of Granny Smith Apple #9ADB8A

Color information

#9ADB8A (or 0x9ADB8A) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, DB and 8A. RGB value is (154,219,138). Sum of RGB (Red+Green+Blue) = 154+219+138=511 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.14% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB8A is #652475. Grayscale: #BEBEBE. Windows color (decimal): -6628470 or 9100186. OLE color: 9100186.

HSL color Cylindrical-coordinate representation of color #9ADB8A: hue angle of 108.15º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9ADB8A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB154219138-
CMYK0.3000.370.14
HSL108.15º52.94%70%-
HSV(B)108.15º36.99%85.88%-
XYZ43.2559.3733.22-
YUV190.3398.47102.09-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.14%
GREEN value IS 219 (85.94% from 255) = 42.86%
BLUE value IS 138 (54.30% from 255) = 27.01%
R=30.14%
G=42.86%
B=27.01%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191380.3000.370.14108.1552.9470
Hex9ADB8A1E025E6c3546
Octal232333212360451615465106
Binary100110101101101110001010111100100101111011011001101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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