#98F86C

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

Shades of Feijoa #98F86C

Tints of Feijoa #98F86C

Color information

#98F86C (or 0x98F86C) is unknown color: approx Feijoa. HEX triplet: 98, F8 and 6C. RGB value is (152,248,108). Sum of RGB (Red+Green+Blue) = 152+248+108=508 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.92% from 508); Green value is 248 (97.27% from 255 or 48.82% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 248 - color contains mainly: green. Hex color #98F86C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F86C is #670793. Grayscale: #CBCBCB. Windows color (decimal): -6752148 or 7141528. OLE color: 7141528.

HSL color Cylindrical-coordinate representation of color #98F86C: hue angle of 101.14º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98F86C is Cyan = 0.39, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.

Color convert

RGB152248108-
CMYK0.3900.560.03
HSL101.14º90.91%69.8%-
HSV(B)101.14º56.45%97.25%-
XYZ49.2274.8926.05-
YUV203.3474.291.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.92%
GREEN value IS 248 (97.27% from 255) = 48.82%
BLUE value IS 108 (42.58% from 255) = 21.26%
R=29.92%
G=48.82%
B=21.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1522481080.3900.560.03101.1490.9169.8
Hex98F86C270383655b46
Octal230370154470703145133106
Binary10011000111110001101100100111011100011110010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,248,108); }

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

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

 a { background-color: rgb(152,248,108); }

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

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

 span { border-color: rgb(152,248,108); }

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