#9AD994

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

Shades of Granny Smith Apple #9AD994

Tints of Granny Smith Apple #9AD994

Color information

#9AD994 (or 0x9AD994) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D9 and 94. RGB value is (154,217,148). Sum of RGB (Red+Green+Blue) = 154+217+148=519 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.67% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD994 is #65266B. Grayscale: #BEBEBE. Windows color (decimal): -6628972 or 9755034. OLE color: 9755034.

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

Color convert

RGB154217148-
CMYK0.2900.320.15
HSL114.78º47.59%71.57%-
HSV(B)114.78º31.8%85.1%-
XYZ43.4858.6337.04-
YUV190.3104.13102.11-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.67%
GREEN value IS 217 (85.16% from 255) = 41.81%
BLUE value IS 148 (58.20% from 255) = 28.52%
R=29.67%
G=41.81%
B=28.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171480.2900.320.15114.7847.5971.57
Hex9AD9941D020F733048
Octal232331224350401716360110
Binary100110101101100110010100111010100000111111100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,148); }

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

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

 a { background-color: rgb(154,217,148); }

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

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

 span { border-color: rgb(154,217,148); }

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