#99D495

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

Shades of Granny Smith Apple #99D495

Tints of Granny Smith Apple #99D495

Color information

#99D495 (or 0x99D495) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D4 and 95. RGB value is (153,212,149). Sum of RGB (Red+Green+Blue) = 153+212+149=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #99D495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D495 is #662B6A. Grayscale: #BBBBBB. Windows color (decimal): -6695787 or 9819289. OLE color: 9819289.

HSL color Cylindrical-coordinate representation of color #99D495: hue angle of 116.19º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D495 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB153212149-
CMYK0.2800.300.17
HSL116.19º42.28%70.78%-
HSV(B)116.19º29.72%83.14%-
XYZ42.1156.0337.03-
YUV187.18106.45103.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 212 (83.20% from 255) = 41.25%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=29.77%
G=41.25%
B=28.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1532121490.2800.300.17116.1942.2870.78
Hex99D4951C01E11742a47
Octal231324225340362116452107
Binary100110011101010010010101111000111101000111101001010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99D495; }

 p { color: rgb(153,212,149); }

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

<style>
 a { background-color: #99D495; }

 a { background-color: rgb(153,212,149); }

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

<style>
 span { border-color: #99D495; }

 span { border-color: rgb(153,212,149); }

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