#9EE482

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

Shades of Feijoa #9EE482

Tints of Feijoa #9EE482

Color information

#9EE482 (or 0x9EE482) is unknown color: approx Feijoa. HEX triplet: 9E, E4 and 82. RGB value is (158,228,130). Sum of RGB (Red+Green+Blue) = 158+228+130=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EE482 is #611B7D. Grayscale: #C4C4C4. Windows color (decimal): -6364030 or 8578206. OLE color: 8578206.

HSL color Cylindrical-coordinate representation of color #9EE482: hue angle of 102.86º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9EE482 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB158228130-
CMYK0.3100.430.11
HSL102.86º64.47%70.2%-
HSV(B)102.86º42.98%89.41%-
XYZ45.8764.3731.13-
YUV195.990.81100.97-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 130 (51.17% from 255) = 25.19%
R=30.62%
G=44.19%
B=25.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582281300.3100.430.11102.8664.4770.2
Hex9EE4821F02BB674046
Octal2363442023705313147100106
Binary1001111011100100100000101111101010111011110011110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EE482; }

 p { color: rgb(158,228,130); }

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

<style>
 a { background-color: #9EE482; }

 a { background-color: rgb(158,228,130); }

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

<style>
 span { border-color: #9EE482; }

 span { border-color: rgb(158,228,130); }

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