#96E08F

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

Shades of Granny Smith Apple #96E08F

Tints of Granny Smith Apple #96E08F

Color information

#96E08F (or 0x96E08F) is unknown color: approx Granny Smith Apple. HEX triplet: 96, E0 and 8F. RGB value is (150,224,143). Sum of RGB (Red+Green+Blue) = 150+224+143=517 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.01% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 143 (56.25% from 255 or 27.66% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #96E08F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E08F is #691F70. Grayscale: #C0C0C0. Windows color (decimal): -6889329 or 9429142. OLE color: 9429142.

HSL color Cylindrical-coordinate representation of color #96E08F: hue angle of 114.81º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96E08F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB150224143-
CMYK0.3300.360.12
HSL114.81º56.64%71.96%-
HSV(B)114.81º36.16%87.84%-
XYZ44.1961.7835.58-
YUV192.6499.9897.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.01%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 143 (56.25% from 255) = 27.66%
R=29.01%
G=43.33%
B=27.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1502241430.3300.360.12114.8156.6471.96
Hex96E08F21024C733948
Octal226340217410441416371110
Binary1001011011100000100011111000010100100110011100111110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,224,143); }

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

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

 a { background-color: rgb(150,224,143); }

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

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

 span { border-color: rgb(150,224,143); }

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