#9EEB72

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

Shades of Feijoa #9EEB72

Tints of Feijoa #9EEB72

Color information

#9EEB72 (or 0x9EEB72) is unknown color: approx Feijoa. HEX triplet: 9E, EB and 72. RGB value is (158,235,114). Sum of RGB (Red+Green+Blue) = 158+235+114=507 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.16% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB72 is #61148D. Grayscale: #C6C6C6. Windows color (decimal): -6362254 or 7531422. OLE color: 7531422.

HSL color Cylindrical-coordinate representation of color #9EEB72: hue angle of 98.18º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EEB72 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB158235114-
CMYK0.3300.510.08
HSL98.18º75.16%68.43%-
HSV(B)98.18º51.49%92.16%-
XYZ46.8567.926.56-
YUV198.1880.4999.34-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.16%
GREEN value IS 235 (92.19% from 255) = 46.35%
BLUE value IS 114 (44.92% from 255) = 22.49%
R=31.16%
G=46.35%
B=22.49%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582351140.3300.510.0898.1875.1668.43
Hex9EEB72210338624b44
Octal2363531624106310142113104
Binary1001111011101011111001010000101100111000110001010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEB72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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