#98f766

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

Shades of Feijoa #98F766

Tints of Feijoa #98F766

Color information

#98F766 (or 0x98F766) is unknown color: approx Feijoa. HEX triplet: 98, F7 and 66. RGB value is (152,247,102). Sum of RGB (Red+Green+Blue) = 152+247+102=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 247 (96.88% from 255 or 49.30% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 247 - color contains mainly: green. Hex color #98F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F766 is #670899. Grayscale: #CACACA. Windows color (decimal): -6752410 or 6748056. OLE color: 6748056.

HSL color Cylindrical-coordinate representation of color #98F766: hue angle of 99.31º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98F766 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB152247102-
CMYK0.3800.590.03
HSL99.31º90.06%68.43%-
HSV(B)99.31º58.7%96.86%-
XYZ48.6174.1624.32-
YUV202.0671.5392.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.34%
GREEN value IS 247 (96.88% from 255) = 49.30%
BLUE value IS 102 (40.23% from 255) = 20.36%
R=30.34%
G=49.30%
B=20.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522471020.3800.590.0399.3190.0668.43
Hex98F7662603B3635a44
Octal230367146460733143132104
Binary10011000111101111100110100110011101111110001110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98f766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98f766; }

 p { color: rgb(152,247,102); }

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

<style>
 a { background-color: #98f766; }

 a { background-color: rgb(152,247,102); }

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

<style>
 span { border-color: #98f766; }

 span { border-color: rgb(152,247,102); }

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