#9EF27A

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

Shades of Feijoa #9EF27A

Tints of Feijoa #9EF27A

Color information

#9EF27A (or 0x9EF27A) is unknown color: approx Feijoa. HEX triplet: 9E, F2 and 7A. RGB value is (158,242,122). Sum of RGB (Red+Green+Blue) = 158+242+122=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF27A is #610D85. Grayscale: #CBCBCB. Windows color (decimal): -6360454 or 8057502. OLE color: 8057502.

HSL color Cylindrical-coordinate representation of color #9EF27A: hue angle of 102º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EF27A is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB158242122-
CMYK0.3500.500.05
HSL102º82.19%71.37%-
HSV(B)102º49.59%94.9%-
XYZ49.3772.1829.74-
YUV203.282.1795.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 242 (94.92% from 255) = 46.36%
BLUE value IS 122 (48.05% from 255) = 23.37%
R=30.27%
G=46.36%
B=23.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582421220.3500.500.0510282.1971.37
Hex9EF27A230325665247
Octal236362172430625146122107
Binary100111101111001011110101000110110010101110011010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,122); }

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

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

 a { background-color: rgb(158,242,122); }

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

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

 span { border-color: rgb(158,242,122); }

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