#96D598

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

Shades of Granny Smith Apple #96D598

Tints of Granny Smith Apple #96D598

Color information

#96D598 (or 0x96D598) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D5 and 98. RGB value is (150,213,152). Sum of RGB (Red+Green+Blue) = 150+213+152=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #96D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D598 is #692A67. Grayscale: #BBBBBB. Windows color (decimal): -6892136 or 10016150. OLE color: 10016150.

HSL color Cylindrical-coordinate representation of color #96D598: hue angle of 121.9º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D598 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB150213152-
CMYK0.3000.290.16
HSL121.9º42.86%71.18%-
HSV(B)121.9º29.58%83.53%-
XYZ42.0456.3438.36-
YUV187.21108.13101.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.13%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 152 (59.77% from 255) = 29.51%
R=29.13%
G=41.36%
B=29.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1502131520.3000.290.16121.942.8671.18
Hex96D5981E01D107a2b47
Octal226325230360352017253107
Binary100101101101010110011000111100111011000011110101010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D598; }

 p { color: rgb(150,213,152); }

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

<style>
 a { background-color: #96D598; }

 a { background-color: rgb(150,213,152); }

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

<style>
 span { border-color: #96D598; }

 span { border-color: rgb(150,213,152); }

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