#96D48B

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

Shades of Granny Smith Apple #96D48B

Tints of Granny Smith Apple #96D48B

Color information

#96D48B (or 0x96D48B) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D4 and 8B. RGB value is (150,212,139). Sum of RGB (Red+Green+Blue) = 150+212+139=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 212 (83.20% from 255 or 42.32% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 212 - color contains mainly: green. Hex color #96D48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D48B is #692B74. Grayscale: #B9B9B9. Windows color (decimal): -6892405 or 9163926. OLE color: 9163926.

HSL color Cylindrical-coordinate representation of color #96D48B: hue angle of 110.96º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96D48B is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB150212139-
CMYK0.2900.340.17
HSL110.96º45.91%68.82%-
HSV(B)110.96º34.43%83.14%-
XYZ40.7855.4432.98-
YUV185.14101.96102.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.94%
GREEN value IS 212 (83.20% from 255) = 42.32%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=29.94%
G=42.32%
B=27.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121390.2900.340.17110.9645.9168.82
Hex96D48B1D022116f2e45
Octal226324213350422115756105
Binary1001011011010100100010111110101000101000111011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,212,139); }

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

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

 a { background-color: rgb(150,212,139); }

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

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

 span { border-color: rgb(150,212,139); }

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