#98E364

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

Shades of Feijoa #98E364

Tints of Feijoa #98E364

Color information

#98E364 (or 0x98E364) is unknown color: approx Feijoa. HEX triplet: 98, E3 and 64. RGB value is (152,227,100). Sum of RGB (Red+Green+Blue) = 152+227+100=479 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.73% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 227 - color contains mainly: green. Hex color #98E364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E364 is #671C9B. Grayscale: #BEBEBE. Windows color (decimal): -6757532 or 6611864. OLE color: 6611864.

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

Color convert

RGB152227100-
CMYK0.3300.560.11
HSL95.43º69.4%64.12%-
HSV(B)95.43º55.95%89.02%-
XYZ42.7262.5321.88-
YUV190.177.15100.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.73%
GREEN value IS 227 (89.06% from 255) = 47.39%
BLUE value IS 100 (39.45% from 255) = 20.88%
R=31.73%
G=47.39%
B=20.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522271000.3300.560.1195.4369.464.12
Hex98E36421038B5f4540
Octal2303431444107013137105100
Binary1001100011100011110010010000101110001011101111110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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