#98EA6D

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

Shades of Feijoa #98EA6D

Tints of Feijoa #98EA6D

Color information

#98EA6D (or 0x98EA6D) is unknown color: approx Feijoa. HEX triplet: 98, EA and 6D. RGB value is (152,234,109). Sum of RGB (Red+Green+Blue) = 152+234+109=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 234 (91.80% from 255 or 47.27% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 234 - color contains mainly: green. Hex color #98EA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98EA6D is #671592. Grayscale: #C3C3C3. Windows color (decimal): -6755731 or 7203480. OLE color: 7203480.

HSL color Cylindrical-coordinate representation of color #98EA6D: hue angle of 99.36º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #98EA6D is Cyan = 0.35, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB152234109-
CMYK0.3500.530.08
HSL99.36º74.85%67.25%-
HSV(B)99.36º53.42%91.76%-
XYZ45.1366.6324.95-
YUV195.2379.3397.16-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 234 (91.80% from 255) = 47.27%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=30.71%
G=47.27%
B=22.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1522341090.3500.530.0899.3674.8567.25
Hex98EA6D230358634b43
Octal2303521554306510143113103
Binary1001100011101010110110110001101101011000110001110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98EA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,234,109); }

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

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

 a { background-color: rgb(152,234,109); }

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

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

 span { border-color: rgb(152,234,109); }

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