#98F076

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

Shades of Feijoa #98F076

Tints of Feijoa #98F076

Color information

#98F076 (or 0x98F076) is unknown color: approx Feijoa. HEX triplet: 98, F0 and 76. RGB value is (152,240,118). Sum of RGB (Red+Green+Blue) = 152+240+118=510 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.80% from 510); Green value is 240 (94.14% from 255 or 47.06% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 240 - color contains mainly: green. Hex color #98F076 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F076 is #670F89. Grayscale: #C8C8C8. Windows color (decimal): -6754186 or 7794840. OLE color: 7794840.

HSL color Cylindrical-coordinate representation of color #98F076: hue angle of 103.28º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #98F076 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB152240118-
CMYK0.3700.510.06
HSL103.28º80.26%70.2%-
HSV(B)103.28º50.83%94.12%-
XYZ47.3870.328.21-
YUV199.7881.8593.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.80%
GREEN value IS 240 (94.14% from 255) = 47.06%
BLUE value IS 118 (46.48% from 255) = 23.14%
R=29.80%
G=47.06%
B=23.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1522401180.3700.510.06103.2880.2670.2
Hex98F076250336675046
Octal230360166450636147120106
Binary100110001111000011101101001010110011110110011110100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,240,118); }

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

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

 a { background-color: rgb(152,240,118); }

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

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

 span { border-color: rgb(152,240,118); }

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