#9FFB70

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

Shades of Feijoa #9FFB70

Tints of Feijoa #9FFB70

Color information

#9FFB70 (or 0x9FFB70) is unknown color: approx Feijoa. HEX triplet: 9F, FB and 70. RGB value is (159,251,112). Sum of RGB (Red+Green+Blue) = 159+251+112=522 (69% of max value = 765). Red value is 159 (62.5% from 255 or 30.46% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 112 (44.14% from 255 or 21.46% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFB70 is #60048F. Grayscale: #D0D0D0. Windows color (decimal): -6292624 or 7404447. OLE color: 7404447.

HSL color Cylindrical-coordinate representation of color #9FFB70: hue angle of 99.71º 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 #9FFB70 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB159251112-
CMYK0.3700.550.02
HSL99.71º94.56%71.18%-
HSV(B)99.71º55.38%98.43%-
XYZ51.7277.5427.57-
YUV207.6574.0293.3-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 30.46%
GREEN value IS 251 (98.44% from 255) = 48.08%
BLUE value IS 112 (44.14% from 255) = 21.46%
R=30.46%
G=48.08%
B=21.46%

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
Decimal1592511120.3700.550.0299.7194.5671.18
Hex9FFB70250372645f47
Octal237373160450672144137107
Binary10011111111110111110000100101011011110110010010111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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