Html Css Color HEX #9FD86A Feijoa

📋 copy color: '#9FD86A'

red 159 ◦ green 216 ◦ blue 106

#9FD86A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9FD86A

Tints of Feijoa #9FD86A

RGB

 RED value IS 159 (62.5% from 255) = 33.06%

 GREEN value IS 216 (84.77% from 255) = 44.91%

 BLUE value IS 106 (41.8% from 255) = 22.04%

R = 33.06%
G = 44.91%
B = 22.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#9FD86A (or 0x9FD86A) is known color: Feijoa. HEX triplet: 9F, D8 and 6A. RGB value is (159,216,106). Sum of RGB (Red+Green+Blue) = 159+216+106=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD86A is #602795. Grayscale: #BABABA. Windows color (decimal): -6301590 or 7002271. OLE color: 7002271.

HSL color Cylindrical-coordinate representation of color #9FD86A: hue angle of 91.09º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FD86A is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 106 -
CMYK 0.26 0 0.51 0.15
HSL 91.09º 0.59% 0.63% -
HSV(B) 91.09º 0.51% 0.85% -
XYZ 41.46 57.52 22.55 -
YUV 186.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 159 216 106 0.26 0 0.51 0.15 91.09 0.59 0.63
Hex 9F D8 6A 1A 0 33 F 5B 3B 3F
Octal 237 330 152 32 0 63 17 133 73 77
Binary 10011111 11011000 1101010 11010 0 110011 1111 1011011 111011 111111

Color Harmonies of #9FD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD86A

Black with #9FD86A

Text Example


Text Example

White with #9FD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FD86A;
 }
 .AnyTagClassName
 {
   color: #9FD86A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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