#96D98B

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

Shades of Granny Smith Apple #96D98B

Tints of Granny Smith Apple #96D98B

Color information

#96D98B (or 0x96D98B) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D9 and 8B. RGB value is (150,217,139). Sum of RGB (Red+Green+Blue) = 150+217+139=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #96D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D98B is #692674. Grayscale: #BCBCBC. Windows color (decimal): -6891125 or 9165206. OLE color: 9165206.

HSL color Cylindrical-coordinate representation of color #96D98B: hue angle of 111.54º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96D98B is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB150217139-
CMYK0.3100.360.15
HSL111.54º50.65%69.8%-
HSV(B)111.54º35.94%85.1%-
XYZ42.0557.9733.4-
YUV188.08100.3100.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 139 (54.69% from 255) = 27.47%
R=29.64%
G=42.89%
B=27.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171390.3100.360.15111.5450.6569.8
Hex96D98B1F024F703346
Octal226331213370441716063106
Binary100101101101100110001011111110100100111111100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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