#9AD48F

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

Shades of Granny Smith Apple #9AD48F

Tints of Granny Smith Apple #9AD48F

Color information

#9AD48F (or 0x9AD48F) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D4 and 8F. RGB value is (154,212,143). Sum of RGB (Red+Green+Blue) = 154+212+143=509 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.26% from 509); Green value is 212 (83.20% from 255 or 41.65% from 509); Blue value is 143 (56.25% from 255 or 28.09% from 509); Max value from RGB is 212 - color contains mainly: green. Hex color #9AD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD48F is #652B70. Grayscale: #BBBBBB. Windows color (decimal): -6630257 or 9426074. OLE color: 9426074.

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

Color convert

RGB154212143-
CMYK0.2700.330.17
HSL110.43º44.52%69.61%-
HSV(B)110.43º32.55%83.14%-
XYZ41.8355.9434.58-
YUV186.79103.28104.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.26%
GREEN value IS 212 (83.20% from 255) = 41.65%
BLUE value IS 143 (56.25% from 255) = 28.09%
R=30.26%
G=41.65%
B=28.09%

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
Decimal1542121430.2700.330.17110.4344.5269.61
Hex9AD48F1B021116e2d46
Octal232324217330412115655106
Binary1001101011010100100011111101101000011000111011101011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD48F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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