Html Css Color HEX #9FDC74 Feijoa

📋 copy color: '#9FDC74'

red 159 ◦ green 220 ◦ blue 116

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

Shades of Feijoa #9FDC74

Tints of Feijoa #9FDC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 32.12%
G = 44.44%
B = 23.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#9FDC74 (or 0x9FDC74) is known color: Feijoa. HEX triplet: 9F, DC and 74. RGB value is (159,220,116). Sum of RGB (Red+Green+Blue) = 159+220+116=495 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.12% from 495); Green value is 220 (86.33% from 255 or 44.44% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC74 is #60238B. Grayscale: #BEBEBE. Windows color (decimal): -6300556 or 7658655. OLE color: 7658655.

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

Color convert

RGB 159 220 116 -
CMYK 0.28 0 0.47 0.14
HSL 95.19º 0.6% 0.66% -
HSV(B) 95.19º 0.47% 0.86% -
XYZ 43.04 59.82 25.8 -
YUV 189.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 159 220 116 0.28 0 0.47 0.14 95.19 0.6 0.66
Hex 9F DC 74 1C 0 2F E 5F 3C 42
Octal 237 334 164 34 0 57 16 137 74 102
Binary 10011111 11011100 1110100 11100 0 101111 1110 1011111 111100 1000010

Color Harmonies of #9FDC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC74

Black with #9FDC74

Text Example


Text Example

White with #9FDC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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