#9AD48E

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

Shades of Granny Smith Apple #9AD48E

Tints of Granny Smith Apple #9AD48E

Color information

#9AD48E (or 0x9AD48E) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D4 and 8E. RGB value is (154,212,142). Sum of RGB (Red+Green+Blue) = 154+212+142=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD48E is #652B71. Grayscale: #BABABA. Windows color (decimal): -6630258 or 9360538. OLE color: 9360538.

HSL color Cylindrical-coordinate representation of color #9AD48E: hue angle of 109.71º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD48E is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB154212142-
CMYK0.2700.330.17
HSL109.71º44.87%69.41%-
HSV(B)109.71º33.02%83.14%-
XYZ41.7555.9134.18-
YUV186.68102.78104.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 212 (83.20% from 255) = 41.73%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=30.31%
G=41.73%
B=27.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1542121420.2700.330.17109.7144.8769.41
Hex9AD48E1B021116e2d45
Octal232324216330412115655105
Binary1001101011010100100011101101101000011000111011101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,212,142); }

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

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

 a { background-color: rgb(154,212,142); }

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

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

 span { border-color: rgb(154,212,142); }

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