#97E76A

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

Shades of Feijoa #97E76A

Tints of Feijoa #97E76A

Color information

#97E76A (or 0x97E76A) is unknown color: approx Feijoa. HEX triplet: 97, E7 and 6A. RGB value is (151,231,106). Sum of RGB (Red+Green+Blue) = 151+231+106=488 (64% of max value = 765). Red value is 151 (59.38% from 255 or 30.94% from 488); Green value is 231 (90.62% from 255 or 47.34% from 488); Blue value is 106 (41.80% from 255 or 21.72% from 488); Max value from RGB is 231 - color contains mainly: green. Hex color #97E76A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97E76A is #681895. Grayscale: #C1C1C1. Windows color (decimal): -6822038 or 7006103. OLE color: 7006103.

HSL color Cylindrical-coordinate representation of color #97E76A: hue angle of 98.4º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #97E76A is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB151231106-
CMYK0.3500.540.09
HSL98.4º72.25%66.08%-
HSV(B)98.4º54.11%90.59%-
XYZ43.9464.7723.82-
YUV192.837998.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.94%
GREEN value IS 231 (90.62% from 255) = 47.34%
BLUE value IS 106 (41.80% from 255) = 21.72%
R=30.94%
G=47.34%
B=21.72%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1512311060.3500.540.0998.472.2566.08
Hex97E76A230369624842
Octal2273471524306611142110102
Binary1001011111100111110101010001101101101001110001010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97E76A; }

 p { color: rgb(151,231,106); }

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

<style>
 a { background-color: #97E76A; }

 a { background-color: rgb(151,231,106); }

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

<style>
 span { border-color: #97E76A; }

 span { border-color: rgb(151,231,106); }

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