#96EB6B

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

Shades of Feijoa #96EB6B

Tints of Feijoa #96EB6B

Color information

#96EB6B (or 0x96EB6B) is unknown color: approx Feijoa. HEX triplet: 96, EB and 6B. RGB value is (150,235,107). Sum of RGB (Red+Green+Blue) = 150+235+107=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EB6B is #691494. Grayscale: #C3C3C3. Windows color (decimal): -6886549 or 7072662. OLE color: 7072662.

HSL color Cylindrical-coordinate representation of color #96EB6B: hue angle of 99.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96EB6B is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB150235107-
CMYK0.3600.540.08
HSL99.84º76.19%67.06%-
HSV(B)99.84º54.47%92.16%-
XYZ44.9466.9624.47-
YUV194.9978.3495.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.49%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 107 (42.19% from 255) = 21.75%
R=30.49%
G=47.76%
B=21.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351070.3600.540.0899.8476.1967.06
Hex96EB6B240368644c43
Octal2263531534406610144114103
Binary1001011011101011110101110010001101101000110010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,107); }

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

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

 a { background-color: rgb(150,235,107); }

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

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

 span { border-color: rgb(150,235,107); }

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