#96E288

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

Shades of Granny Smith Apple #96E288

Tints of Granny Smith Apple #96E288

Color information

#96E288 (or 0x96E288) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E2 and 88. RGB value is (150,226,136). Sum of RGB (Red+Green+Blue) = 150+226+136=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 226 (88.67% from 255 or 44.14% from 512); Blue value is 136 (53.52% from 255 or 26.56% from 512); Max value from RGB is 226 - color contains mainly: green. Hex color #96E288 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E288 is #691D77. Grayscale: #C1C1C1. Windows color (decimal): -6888824 or 8970902. OLE color: 8970902.

HSL color Cylindrical-coordinate representation of color #96E288: hue angle of 110.67º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #96E288 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB150226136-
CMYK0.3400.400.11
HSL110.67º60.81%70.98%-
HSV(B)110.67º39.82%88.63%-
XYZ44.2262.6533.06-
YUV193.0295.8297.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 226 (88.67% from 255) = 44.14%
BLUE value IS 136 (53.52% from 255) = 26.56%
R=29.30%
G=44.14%
B=26.56%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502261360.3400.400.11110.6760.8170.98
Hex96E28822028B6f3d47
Octal226342210420501315775107
Binary1001011011100010100010001000100101000101111011111111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,226,136); }

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

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

 a { background-color: rgb(150,226,136); }

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

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

 span { border-color: rgb(150,226,136); }

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