#9FEE70

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

Shades of Feijoa #9FEE70

Tints of Feijoa #9FEE70

Color information

#9FEE70 (or 0x9FEE70) is unknown color: approx Feijoa. HEX triplet: 9F, EE and 70. RGB value is (159,238,112). Sum of RGB (Red+Green+Blue) = 159+238+112=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEE70 is #60118F. Grayscale: #C8C8C8. Windows color (decimal): -6295952 or 7401119. OLE color: 7401119.

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

Color convert

RGB159238112-
CMYK0.3300.530.07
HSL97.62º78.75%68.63%-
HSV(B)97.62º52.94%93.33%-
XYZ47.869.6926.26-
YUV200.0278.3398.75-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.24%
GREEN value IS 238 (93.36% from 255) = 46.76%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=31.24%
G=46.76%
B=22.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1592381120.3300.530.0797.6278.7568.63
Hex9FEE70210357624f45
Octal237356160410657142117105
Binary100111111110111011100001000010110101111110001010011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,238,112); }

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

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

 a { background-color: rgb(159,238,112); }

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

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

 span { border-color: rgb(159,238,112); }

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