#9EFB70

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

Shades of Feijoa #9EFB70

Tints of Feijoa #9EFB70

Color information

#9EFB70 (or 0x9EFB70) is unknown color: approx Feijoa. HEX triplet: 9E, FB and 70. RGB value is (158,251,112). Sum of RGB (Red+Green+Blue) = 158+251+112=521 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.33% from 521); Green value is 251 (98.44% from 255 or 48.18% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB70 is #61048F. Grayscale: #CFCFCF. Windows color (decimal): -6358160 or 7404446. OLE color: 7404446.

HSL color Cylindrical-coordinate representation of color #9EFB70: hue angle of 100.14º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EFB70 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB158251112-
CMYK0.3700.550.02
HSL100.14º94.56%71.18%-
HSV(B)100.14º55.38%98.43%-
XYZ51.5277.4327.56-
YUV207.3574.1992.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.33%
GREEN value IS 251 (98.44% from 255) = 48.18%
BLUE value IS 112 (44.14% from 255) = 21.50%
R=30.33%
G=48.18%
B=21.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1582511120.3700.550.02100.1494.5671.18
Hex9EFB70250372645f47
Octal236373160450672144137107
Binary10011110111110111110000100101011011110110010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EFB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,251,112); }

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

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

 a { background-color: rgb(158,251,112); }

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

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

 span { border-color: rgb(158,251,112); }

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