#9AD295

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

Shades of Granny Smith Apple #9AD295

Tints of Granny Smith Apple #9AD295

Color information

#9AD295 (or 0x9AD295) is unknown color: approx Granny Smith Apple. HEX triplet: 9A, D2 and 95. RGB value is (154,210,149). Sum of RGB (Red+Green+Blue) = 154+210+149=513 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.02% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD295 is #652D6A. Grayscale: #BABABA. Windows color (decimal): -6630763 or 9818778. OLE color: 9818778.

HSL color Cylindrical-coordinate representation of color #9AD295: hue angle of 115.08º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AD295 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB154210149-
CMYK0.2700.290.18
HSL115.08º40.4%70.39%-
HSV(B)115.08º29.05%82.35%-
XYZ41.855.1336.87-
YUV186.3106.95104.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.02%
GREEN value IS 210 (82.42% from 255) = 40.94%
BLUE value IS 149 (58.59% from 255) = 29.04%
R=30.02%
G=40.94%
B=29.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101490.2700.290.18115.0840.470.39
Hex9AD2951B01D12732846
Octal232322225330352216350106
Binary100110101101001010010101110110111011001011100111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,210,149); }

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

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

 a { background-color: rgb(154,210,149); }

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

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

 span { border-color: rgb(154,210,149); }

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