Html Css Color HEX #9FD96F Feijoa

📋 copy color: '#9FD96F'

red 159 ◦ green 217 ◦ blue 111

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

Shades of Feijoa #9FD96F

Tints of Feijoa #9FD96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.56%

 BLUE value IS 111 (43.75% from 255) = 22.79%

R = 32.65%
G = 44.56%
B = 22.79%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#9FD96F (or 0x9FD96F) is known color: Feijoa. HEX triplet: 9F, D9 and 6F. RGB value is (159,217,111). Sum of RGB (Red+Green+Blue) = 159+217+111=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 217 (85.16% from 255 or 44.56% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD96F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD96F is #602690. Grayscale: #BBBBBB. Windows color (decimal): -6301329 or 7330207. OLE color: 7330207.

HSL color Cylindrical-coordinate representation of color #9FD96F: hue angle of 92.83º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FD96F is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 111 -
CMYK 0.27 0 0.49 0.15
HSL 92.83º 0.58% 0.64% -
HSV(B) 92.83º 0.49% 0.85% -
XYZ 41.98 58.14 24.05 -
YUV 187.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 159 217 111 0.27 0 0.49 0.15 92.83 0.58 0.64
Hex 9F D9 6F 1B 0 31 F 5D 3A 40
Octal 237 331 157 33 0 61 17 135 72 100
Binary 10011111 11011001 1101111 11011 0 110001 1111 1011101 111010 1000000

Color Harmonies of #9FD96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD96F

Black with #9FD96F

Text Example


Text Example

White with #9FD96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,217,111); }

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

background-color css

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

 a { background-color: rgb(159,217,111); }

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

border-color css

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

 span { border-color: rgb(159,217,111); }

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