Html Css Color HEX #9FD96A Feijoa

📋 copy color: '#9FD96A'

red 159 ◦ green 217 ◦ blue 106

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

Shades of Feijoa #9FD96A

Tints of Feijoa #9FD96A

RGB

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

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

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

R = 32.99%
G = 45.02%
B = 21.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#9FD96A (or 0x9FD96A) is known color: Feijoa. HEX triplet: 9F, D9 and 6A. RGB value is (159,217,106). Sum of RGB (Red+Green+Blue) = 159+217+106=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD96A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD96A is #602695. Grayscale: #BBBBBB. Windows color (decimal): -6301334 or 7002527. OLE color: 7002527.

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

Color convert

RGB 159 217 106 -
CMYK 0.27 0 0.51 0.15
HSL 91.35º 0.59% 0.63% -
HSV(B) 91.35º 0.51% 0.85% -
XYZ 41.71 58.04 22.64 -
YUV 187 82.28 108.03 -
System Red Green Blue C M Y K H S L
Decimal 159 217 106 0.27 0 0.51 0.15 91.35 0.59 0.63
Hex 9F D9 6A 1B 0 33 F 5B 3B 3F
Octal 237 331 152 33 0 63 17 133 73 77
Binary 10011111 11011001 1101010 11011 0 110011 1111 1011011 111011 111111

Color Harmonies of #9FD96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD96A

Black with #9FD96A

Text Example


Text Example

White with #9FD96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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