Html Css Color HEX #9FDF80 Feijoa

📋 copy color: '#9FDF80'

red 159 ◦ green 223 ◦ blue 128

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

Shades of Feijoa #9FDF80

Tints of Feijoa #9FDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.73%

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

R = 31.18%
G = 43.73%
B = 25.1%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9FDF80 (or 0x9FDF80) is known color: Feijoa. HEX triplet: 9F, DF and 80. RGB value is (159,223,128). Sum of RGB (Red+Green+Blue) = 159+223+128=510 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.18% from 510); Green value is 223 (87.5% from 255 or 43.73% from 510); Blue value is 128 (50.39% from 255 or 25.10% from 510); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF80 is #60207F. Grayscale: #C1C1C1. Windows color (decimal): -6299776 or 8445855. OLE color: 8445855.

HSL color Cylindrical-coordinate representation of color #9FDF80: hue angle of 100.42º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDF80 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 128 -
CMYK 0.29 0 0.43 0.13
HSL 100.42º 0.6% 0.69% -
HSV(B) 100.42º 0.43% 0.87% -
XYZ 44.58 61.7 29.98 -
YUV 193.03 91.3 103.72 -
System Red Green Blue C M Y K H S L
Decimal 159 223 128 0.29 0 0.43 0.13 100.42 0.6 0.69
Hex 9F DF 80 1D 0 2B D 64 3C 45
Octal 237 337 200 35 0 53 15 144 74 105
Binary 10011111 11011111 10000000 11101 0 101011 1101 1100100 111100 1000101

Color Harmonies of #9FDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF80

Black with #9FDF80

Text Example


Text Example

White with #9FDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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