#9FDB6A

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

Shades of Feijoa #9FDB6A

Tints of Feijoa #9FDB6A

Color information

#9FDB6A (or 0x9FDB6A) is unknown color: approx Feijoa. HEX triplet: 9F, DB and 6A. RGB value is (159,219,106). Sum of RGB (Red+Green+Blue) = 159+219+106=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 106 (41.80% from 255 or 21.90% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #9FDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDB6A is #602495. Grayscale: #BCBCBC. Windows color (decimal): -6300822 or 7003039. OLE color: 7003039.

HSL color Cylindrical-coordinate representation of color #9FDB6A: hue angle of 91.86º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FDB6A is Cyan = 0.27, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB159219106-
CMYK0.2700.520.14
HSL91.86º61.08%63.73%-
HSV(B)91.86º51.6%85.88%-
XYZ42.2359.0722.81-
YUV188.1881.62107.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.85%
GREEN value IS 219 (85.94% from 255) = 45.25%
BLUE value IS 106 (41.80% from 255) = 21.90%
R=32.85%
G=45.25%
B=21.90%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1592191060.2700.520.1491.8661.0863.73
Hex9FDB6A1B034E5c3d40
Octal237333152330641613475100
Binary10011111110110111101010110110110100111010111001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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