#96D290

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

Shades of Granny Smith Apple #96D290

Tints of Granny Smith Apple #96D290

Color information

#96D290 (or 0x96D290) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D2 and 90. RGB value is (150,210,144). Sum of RGB (Red+Green+Blue) = 150+210+144=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #96D290 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D290 is #692D6F. Grayscale: #B8B8B8. Windows color (decimal): -6892912 or 9491094. OLE color: 9491094.

HSL color Cylindrical-coordinate representation of color #96D290: hue angle of 114.55º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D290 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB150210144-
CMYK0.2900.310.18
HSL114.55º42.31%69.41%-
HSV(B)114.55º31.43%82.35%-
XYZ40.6654.5934.78-
YUV184.54105.12103.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 144 (56.64% from 255) = 28.57%
R=29.76%
G=41.67%
B=28.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101440.2900.310.18114.5542.3169.41
Hex96D2901D01F12732a45
Octal226322220350372216352105
Binary100101101101001010010000111010111111001011100111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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