Html Css Color HEX #9FDD80 Feijoa

📋 copy color: '#9FDD80'

red 159 ◦ green 221 ◦ blue 128

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

Shades of Feijoa #9FDD80

Tints of Feijoa #9FDD80

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.5%

 BLUE value IS 128 (50.39% from 255) = 25.2%

R = 31.3%
G = 43.5%
B = 25.2%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9FDD80 (or 0x9FDD80) is known color: Feijoa. HEX triplet: 9F, DD and 80. RGB value is (159,221,128). Sum of RGB (Red+Green+Blue) = 159+221+128=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 128 (50.39% from 255 or 25.20% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDD80 is #60227F. Grayscale: #C0C0C0. Windows color (decimal): -6300288 or 8445343. OLE color: 8445343.

HSL color Cylindrical-coordinate representation of color #9FDD80: hue angle of 100º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDD80 is Cyan = 0.28, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 128 -
CMYK 0.28 0 0.42 0.13
HSL 100º 0.58% 0.68% -
HSV(B) 100º 0.42% 0.87% -
XYZ 44.05 60.64 29.81 -
YUV 191.86 91.96 104.56 -
System Red Green Blue C M Y K H S L
Decimal 159 221 128 0.28 0 0.42 0.13 100 0.58 0.68
Hex 9F DD 80 1C 0 2A D 64 3A 44
Octal 237 335 200 34 0 52 15 144 72 104
Binary 10011111 11011101 10000000 11100 0 101010 1101 1100100 111010 1000100

Color Harmonies of #9FDD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD80

Black with #9FDD80

Text Example


Text Example

White with #9FDD80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,221,128); }

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

background-color css

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

 a { background-color: rgb(159,221,128); }

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

border-color css

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

 span { border-color: rgb(159,221,128); }

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