#9EED72

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

Shades of Feijoa #9EED72

Tints of Feijoa #9EED72

Color information

#9EED72 (or 0x9EED72) is unknown color: approx Feijoa. HEX triplet: 9E, ED and 72. RGB value is (158,237,114). Sum of RGB (Red+Green+Blue) = 158+237+114=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 237 (92.97% from 255 or 46.56% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED72 is #61128D. Grayscale: #C7C7C7. Windows color (decimal): -6361742 or 7531934. OLE color: 7531934.

HSL color Cylindrical-coordinate representation of color #9EED72: hue angle of 98.54º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EED72 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB158237114-
CMYK0.3300.520.07
HSL98.54º77.36%68.82%-
HSV(B)98.54º51.9%92.94%-
XYZ47.4269.0526.75-
YUV199.3679.8398.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.04%
GREEN value IS 237 (92.97% from 255) = 46.56%
BLUE value IS 114 (44.92% from 255) = 22.40%
R=31.04%
G=46.56%
B=22.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582371140.3300.520.0798.5477.3668.82
Hex9EED72210347634d45
Octal236355162410647143115105
Binary100111101110110111100101000010110100111110001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EED72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,114); }

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

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

 a { background-color: rgb(158,237,114); }

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

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

 span { border-color: rgb(158,237,114); }

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