Html Css Color HEX #9FDA76 Feijoa

📋 copy color: '#9FDA76'

red 159 ◦ green 218 ◦ blue 118

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

Shades of Feijoa #9FDA76

Tints of Feijoa #9FDA76

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 32.12%
G = 44.04%
B = 23.84%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#9FDA76 (or 0x9FDA76) is known color: Feijoa. HEX triplet: 9F, DA and 76. RGB value is (159,218,118). Sum of RGB (Red+Green+Blue) = 159+218+118=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA76 is #602589. Grayscale: #BDBDBD. Windows color (decimal): -6301066 or 7789215. OLE color: 7789215.

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

Color convert

RGB 159 218 118 -
CMYK 0.27 0 0.46 0.15
HSL 95.4º 0.57% 0.66% -
HSV(B) 95.4º 0.46% 0.85% -
XYZ 42.64 58.82 26.25 -
YUV 188.96 87.95 106.63 -
System Red Green Blue C M Y K H S L
Decimal 159 218 118 0.27 0 0.46 0.15 95.4 0.57 0.66
Hex 9F DA 76 1B 0 2E F 5F 39 42
Octal 237 332 166 33 0 56 17 137 71 102
Binary 10011111 11011010 1110110 11011 0 101110 1111 1011111 111001 1000010

Color Harmonies of #9FDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDA76

Black with #9FDA76

Text Example


Text Example

White with #9FDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,218,118); }

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

background-color css

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

 a { background-color: rgb(159,218,118); }

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

border-color css

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

 span { border-color: rgb(159,218,118); }

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