#96F96A

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

Shades of Feijoa #96F96A

Tints of Feijoa #96F96A

Color information

#96F96A (or 0x96F96A) is unknown color: approx Feijoa. HEX triplet: 96, F9 and 6A. RGB value is (150,249,106). Sum of RGB (Red+Green+Blue) = 150+249+106=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #96F96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F96A is #690695. Grayscale: #CBCBCB. Windows color (decimal): -6882966 or 7010710. OLE color: 7010710.

HSL color Cylindrical-coordinate representation of color #96F96A: hue angle of 101.54º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96F96A is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB150249106-
CMYK0.4000.570.02
HSL101.54º92.26%69.61%-
HSV(B)101.54º57.43%97.65%-
XYZ49.0575.2825.58-
YUV203.173.290.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.70%
GREEN value IS 249 (97.66% from 255) = 49.31%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=29.70%
G=49.31%
B=20.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491060.4000.570.02101.5492.2669.61
Hex96F96A280392665c46
Octal226371152500712146134106
Binary10010110111110011101010101000011100110110011010111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,106); }

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

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

 a { background-color: rgb(150,249,106); }

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

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

 span { border-color: rgb(150,249,106); }

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