#9ADB94

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

Shades of Granny Smith Apple #9ADB94

Tints of Granny Smith Apple #9ADB94

Color information

#9ADB94 (or 0x9ADB94) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, DB and 94. RGB value is (154,219,148). Sum of RGB (Red+Green+Blue) = 154+219+148=521 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.56% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 148 (58.20% from 255 or 28.41% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB94 is #65246B. Grayscale: #BFBFBF. Windows color (decimal): -6628460 or 9755546. OLE color: 9755546.

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

Color convert

RGB154219148-
CMYK0.3000.320.14
HSL114.93º49.65%71.96%-
HSV(B)114.93º32.42%85.88%-
XYZ4459.6737.22-
YUV191.47103.47101.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 29.56%
GREEN value IS 219 (85.94% from 255) = 42.03%
BLUE value IS 148 (58.20% from 255) = 28.41%
R=29.56%
G=42.03%
B=28.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191480.3000.320.14114.9349.6571.96
Hex9ADB941E020E733248
Octal232333224360401616362110
Binary100110101101101110010100111100100000111011100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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