#9FF070

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

Shades of Feijoa #9FF070

Tints of Feijoa #9FF070

Color information

#9FF070 (or 0x9FF070) is unknown color: approx Feijoa. HEX triplet: 9F, F0 and 70. RGB value is (159,240,112). Sum of RGB (Red+Green+Blue) = 159+240+112=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 112 (44.14% from 255 or 21.92% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF070 is #600F8F. Grayscale: #C9C9C9. Windows color (decimal): -6295440 or 7401631. OLE color: 7401631.

HSL color Cylindrical-coordinate representation of color #9FF070: hue angle of 97.97º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FF070 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB159240112-
CMYK0.3400.530.06
HSL97.97º81.01%69.02%-
HSV(B)97.97º53.33%94.12%-
XYZ48.3870.8626.46-
YUV201.1977.6697.91-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.12%
GREEN value IS 240 (94.14% from 255) = 46.97%
BLUE value IS 112 (44.14% from 255) = 21.92%
R=31.12%
G=46.97%
B=21.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1592401120.3400.530.0697.9781.0169.02
Hex9FF070220356625145
Octal237360160420656142121105
Binary100111111111000011100001000100110101110110001010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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