#96D295

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

Shades of Granny Smith Apple #96D295

Tints of Granny Smith Apple #96D295

Color information

#96D295 (or 0x96D295) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D2 and 95. RGB value is (150,210,149). Sum of RGB (Red+Green+Blue) = 150+210+149=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #96D295 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D295 is #692D6A. Grayscale: #B9B9B9. Windows color (decimal): -6892907 or 9818774. OLE color: 9818774.

HSL color Cylindrical-coordinate representation of color #96D295: hue angle of 119.02º 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 #96D295 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB150210149-
CMYK0.2900.290.18
HSL119.02º40.4%70.39%-
HSV(B)119.02º29.05%82.35%-
XYZ41.0554.7536.84-
YUV185.11107.62102.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 210 (82.42% from 255) = 41.26%
BLUE value IS 149 (58.59% from 255) = 29.27%
R=29.47%
G=41.26%
B=29.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101490.2900.290.18119.0240.470.39
Hex96D2951D01D12772846
Octal226322225350352216750106
Binary100101101101001010010101111010111011001011101111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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