#98E469

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

Shades of Feijoa #98E469

Tints of Feijoa #98E469

Color information

#98E469 (or 0x98E469) is unknown color: approx Feijoa. HEX triplet: 98, E4 and 69. RGB value is (152,228,105). Sum of RGB (Red+Green+Blue) = 152+228+105=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 105 (41.41% from 255 or 21.65% from 485); Max value from RGB is 228 - color contains mainly: green. Hex color #98E469 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E469 is #671B96. Grayscale: #BFBFBF. Windows color (decimal): -6757271 or 6939800. OLE color: 6939800.

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

Color convert

RGB152228105-
CMYK0.3300.540.11
HSL97.07º69.49%65.29%-
HSV(B)97.07º53.95%89.41%-
XYZ43.2463.1823.28-
YUV191.2579.32100-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 228 (89.45% from 255) = 47.01%
BLUE value IS 105 (41.41% from 255) = 21.65%
R=31.34%
G=47.01%
B=21.65%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1522281050.3300.540.1197.0769.4965.29
Hex98E46921036B614541
Octal2303441514106613141105101
Binary1001100011100100110100110000101101101011110000110001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,228,105); }

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

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

 a { background-color: rgb(152,228,105); }

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

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

 span { border-color: rgb(152,228,105); }

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