Html Css Color HEX #9FD96E Feijoa

📋 copy color: '#9FD96E'

red 159 ◦ green 217 ◦ blue 110

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

Shades of Feijoa #9FD96E

Tints of Feijoa #9FD96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.63%

R = 32.72%
G = 44.65%
B = 22.63%

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

#9FD96E (or 0x9FD96E) is known color: Feijoa. HEX triplet: 9F, D9 and 6E. RGB value is (159,217,110). Sum of RGB (Red+Green+Blue) = 159+217+110=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 217 (85.16% from 255 or 44.65% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD96E is #602691. Grayscale: #BBBBBB. Windows color (decimal): -6301330 or 7264671. OLE color: 7264671.

HSL color Cylindrical-coordinate representation of color #9FD96E: hue angle of 92.52º 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 #9FD96E is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 217 110 -
CMYK 0.27 0 0.49 0.15
HSL 92.52º 0.58% 0.64% -
HSV(B) 92.52º 0.49% 0.85% -
XYZ 41.93 58.12 23.76 -
YUV 187.46 84.28 107.7 -
System Red Green Blue C M Y K H S L
Decimal 159 217 110 0.27 0 0.49 0.15 92.52 0.58 0.64
Hex 9F D9 6E 1B 0 31 F 5D 3A 40
Octal 237 331 156 33 0 61 17 135 72 100
Binary 10011111 11011001 1101110 11011 0 110001 1111 1011101 111010 1000000

Color Harmonies of #9FD96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD96E

Black with #9FD96E

Text Example


Text Example

White with #9FD96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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