Html Css Color HEX #9FDC70 Feijoa

📋 copy color: '#9FDC70'

red 159 ◦ green 220 ◦ blue 112

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

Shades of Feijoa #9FDC70

Tints of Feijoa #9FDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.81%

R = 32.38%
G = 44.81%
B = 22.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#9FDC70 (or 0x9FDC70) is known color: Feijoa. HEX triplet: 9F, DC and 70. RGB value is (159,220,112). Sum of RGB (Red+Green+Blue) = 159+220+112=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC70 is #60238F. Grayscale: #BDBDBD. Windows color (decimal): -6300560 or 7396511. OLE color: 7396511.

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

Color convert

RGB 159 220 112 -
CMYK 0.28 0 0.49 0.14
HSL 93.89º 0.61% 0.65% -
HSV(B) 93.89º 0.49% 0.86% -
XYZ 42.82 59.73 24.6 -
YUV 189.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 159 220 112 0.28 0 0.49 0.14 93.89 0.61 0.65
Hex 9F DC 70 1C 0 31 E 5E 3D 41
Octal 237 334 160 34 0 61 16 136 75 101
Binary 10011111 11011100 1110000 11100 0 110001 1110 1011110 111101 1000001

Color Harmonies of #9FDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC70

Black with #9FDC70

Text Example


Text Example

White with #9FDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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