#98E366

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

Shades of Feijoa #98E366

Tints of Feijoa #98E366

Color information

#98E366 (or 0x98E366) is unknown color: approx Feijoa. HEX triplet: 98, E3 and 66. RGB value is (152,227,102). Sum of RGB (Red+Green+Blue) = 152+227+102=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #98E366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E366 is #671C99. Grayscale: #BEBEBE. Windows color (decimal): -6757530 or 6742936. OLE color: 6742936.

HSL color Cylindrical-coordinate representation of color #98E366: hue angle of 96º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98E366 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB152227102-
CMYK0.3300.550.11
HSL96º69.06%64.51%-
HSV(B)96º55.07%89.02%-
XYZ42.8262.5722.39-
YUV190.3278.15100.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 227 (89.06% from 255) = 47.19%
BLUE value IS 102 (40.23% from 255) = 21.21%
R=31.60%
G=47.19%
B=21.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522271020.3300.550.119669.0664.51
Hex98E36621037B604541
Octal2303431464106713140105101
Binary1001100011100011110011010000101101111011110000010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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