#9FF16A

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

Shades of Feijoa #9FF16A

Tints of Feijoa #9FF16A

Color information

#9FF16A (or 0x9FF16A) is unknown color: approx Feijoa. HEX triplet: 9F, F1 and 6A. RGB value is (159,241,106). Sum of RGB (Red+Green+Blue) = 159+241+106=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 241 (94.53% from 255 or 47.63% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 241 - color contains mainly: green. Hex color #9FF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF16A is #600E95. Grayscale: #C9C9C9. Windows color (decimal): -6295190 or 7008671. OLE color: 7008671.

HSL color Cylindrical-coordinate representation of color #9FF16A: hue angle of 96.44º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FF16A is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.

Color convert

RGB159241106-
CMYK0.3400.560.05
HSL96.44º82.82%68.04%-
HSV(B)96.44º56.02%94.51%-
XYZ48.3571.3224.85-
YUV201.0974.3397.98-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.42%
GREEN value IS 241 (94.53% from 255) = 47.63%
BLUE value IS 106 (41.80% from 255) = 20.95%
R=31.42%
G=47.63%
B=20.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1592411060.3400.560.0596.4482.8268.04
Hex9FF16A220385605344
Octal237361152420705140123104
Binary100111111111000111010101000100111000101110000010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,241,106); }

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

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

 a { background-color: rgb(159,241,106); }

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

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

 span { border-color: rgb(159,241,106); }

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