#96E965

Color #96E965 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #96E965

Tints of Feijoa #96E965

Color information

#96E965 (or 0x96E965) is unknown color: approx Feijoa. HEX triplet: 96, E9 and 65. RGB value is (150,233,101). Sum of RGB (Red+Green+Blue) = 150+233+101=484 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.99% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #96E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E965 is #69169A. Grayscale: #C1C1C1. Windows color (decimal): -6887067 or 6678934. OLE color: 6678934.

HSL color Cylindrical-coordinate representation of color #96E965: hue angle of 97.73º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96E965 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB150233101-
CMYK0.3600.570.09
HSL97.73º75%65.49%-
HSV(B)97.73º56.65%91.37%-
XYZ44.0765.722.67-
YUV193.147697.23-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.99%
GREEN value IS 233 (91.41% from 255) = 48.14%
BLUE value IS 101 (39.84% from 255) = 20.87%
R=30.99%
G=48.14%
B=20.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502331010.3600.570.0997.737565.49
Hex96E965240399624b41
Octal2263511454407111142113101
Binary1001011011101001110010110010001110011001110001010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,233,101); }

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

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

 a { background-color: rgb(150,233,101); }

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

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

 span { border-color: rgb(150,233,101); }

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