Html Css Color HEX #9FDC7E Feijoa

📋 copy color: '#9FDC7E'

red 159 ◦ green 220 ◦ blue 126

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

Shades of Feijoa #9FDC7E

Tints of Feijoa #9FDC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.56%

 BLUE value IS 126 (49.61% from 255) = 24.95%

R = 31.49%
G = 43.56%
B = 24.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#9FDC7E (or 0x9FDC7E) is known color: Feijoa. HEX triplet: 9F, DC and 7E. RGB value is (159,220,126). Sum of RGB (Red+Green+Blue) = 159+220+126=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 220 (86.33% from 255 or 43.56% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC7E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC7E is #602381. Grayscale: #BFBFBF. Windows color (decimal): -6300546 or 8314015. OLE color: 8314015.

HSL color Cylindrical-coordinate representation of color #9FDC7E: hue angle of 98.94º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9FDC7E is Cyan = 0.28, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 126 -
CMYK 0.28 0 0.43 0.14
HSL 98.94º 0.57% 0.68% -
HSV(B) 98.94º 0.43% 0.86% -
XYZ 43.66 60.06 29.03 -
YUV 191.05 91.29 105.14 -
System Red Green Blue C M Y K H S L
Decimal 159 220 126 0.28 0 0.43 0.14 98.94 0.57 0.68
Hex 9F DC 7E 1C 0 2B E 63 39 44
Octal 237 334 176 34 0 53 16 143 71 104
Binary 10011111 11011100 1111110 11100 0 101011 1110 1100011 111001 1000100

Color Harmonies of #9FDC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC7E

Black with #9FDC7E

Text Example


Text Example

White with #9FDC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,126); }

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

background-color css

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

 a { background-color: rgb(159,220,126); }

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

border-color css

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

 span { border-color: rgb(159,220,126); }

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