#97F96A

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

Shades of Feijoa #97F96A

Tints of Feijoa #97F96A

Color information

#97F96A (or 0x97F96A) is unknown color: approx Feijoa. HEX triplet: 97, F9 and 6A. RGB value is (151,249,106). Sum of RGB (Red+Green+Blue) = 151+249+106=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #97F96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F96A is #680695. Grayscale: #CBCBCB. Windows color (decimal): -6817430 or 7010711. OLE color: 7010711.

HSL color Cylindrical-coordinate representation of color #97F96A: hue angle of 101.12º 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 #97F96A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB151249106-
CMYK0.3900.570.02
HSL101.12º92.26%69.61%-
HSV(B)101.12º57.43%97.65%-
XYZ49.2475.3725.59-
YUV203.473.0390.63-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 249 (97.66% from 255) = 49.21%
BLUE value IS 106 (41.80% from 255) = 20.95%
R=29.84%
G=49.21%
B=20.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1512491060.3900.570.02101.1292.2669.61
Hex97F96A270392655c46
Octal227371152470712145134106
Binary10010111111110011101010100111011100110110010110111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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