#96CF8E

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

Shades of Granny Smith Apple #96CF8E

Tints of Granny Smith Apple #96CF8E

Color information

#96CF8E (or 0x96CF8E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, CF and 8E. RGB value is (150,207,142). Sum of RGB (Red+Green+Blue) = 150+207+142=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 207 (81.25% from 255 or 41.48% from 499); Blue value is 142 (55.86% from 255 or 28.46% from 499); Max value from RGB is 207 - color contains mainly: green. Hex color #96CF8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CF8E is #693071. Grayscale: #B6B6B6. Windows color (decimal): -6893682 or 9359254. OLE color: 9359254.

HSL color Cylindrical-coordinate representation of color #96CF8E: hue angle of 112.62º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CF8E is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB150207142-
CMYK0.2800.310.19
HSL112.62º40.37%68.43%-
HSV(B)112.62º31.4%81.18%-
XYZ39.7753.0633.74-
YUV182.55105.12104.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.06%
GREEN value IS 207 (81.25% from 255) = 41.48%
BLUE value IS 142 (55.86% from 255) = 28.46%
R=30.06%
G=41.48%
B=28.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1502071420.2800.310.19112.6240.3768.43
Hex96CF8E1C01F13712844
Octal226317216340372316150104
Binary100101101100111110001110111000111111001111100011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,207,142); }

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

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

 a { background-color: rgb(150,207,142); }

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

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

 span { border-color: rgb(150,207,142); }

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