#97F172

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

Shades of Feijoa #97F172

Tints of Feijoa #97F172

Color information

#97F172 (or 0x97F172) is unknown color: approx Feijoa. HEX triplet: 97, F1 and 72. RGB value is (151,241,114). Sum of RGB (Red+Green+Blue) = 151+241+114=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #97F172 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #97F172 is #680E8D. Grayscale: #C8C8C8. Windows color (decimal): -6819470 or 7532951. OLE color: 7532951.

HSL color Cylindrical-coordinate representation of color #97F172: hue angle of 102.52º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #97F172 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB151241114-
CMYK0.3700.530.05
HSL102.52º81.94%69.61%-
HSV(B)102.52º52.7%94.51%-
XYZ47.2670.727.08-
YUV199.6179.6893.33-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=29.84%
G=47.63%
B=22.53%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1512411140.3700.530.05102.5281.9469.61
Hex97F172250355675246
Octal227361162450655147122106
Binary100101111111000111100101001010110101101110011110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97F172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,241,114); }

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

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

 a { background-color: rgb(151,241,114); }

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

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

 span { border-color: rgb(151,241,114); }

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