Html Css Color HEX #9FD073 Feijoa

📋 copy color: '#9FD073'

red 159 ◦ green 208 ◦ blue 115

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

Shades of Feijoa #9FD073

Tints of Feijoa #9FD073

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.15%

 BLUE value IS 115 (45.31% from 255) = 23.86%

R = 32.99%
G = 43.15%
B = 23.86%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#9FD073 (or 0x9FD073) is known color: Feijoa. HEX triplet: 9F, D0 and 73. RGB value is (159,208,115). Sum of RGB (Red+Green+Blue) = 159+208+115=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 208 (81.64% from 255 or 43.15% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD073 is #602F8C. Grayscale: #B7B7B7. Windows color (decimal): -6303629 or 7590047. OLE color: 7590047.

HSL color Cylindrical-coordinate representation of color #9FD073: hue angle of 91.61º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FD073 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 115 -
CMYK 0.24 0 0.45 0.18
HSL 91.61º 0.5% 0.63% -
HSV(B) 91.61º 0.45% 0.82% -
XYZ 39.95 53.72 24.48 -
YUV 182.75 89.77 111.06 -
System Red Green Blue C M Y K H S L
Decimal 159 208 115 0.24 0 0.45 0.18 91.61 0.5 0.63
Hex 9F D0 73 18 0 2D 12 5C 32 3F
Octal 237 320 163 30 0 55 22 134 62 77
Binary 10011111 11010000 1110011 11000 0 101101 10010 1011100 110010 111111

Color Harmonies of #9FD073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD073

Black with #9FD073

Text Example


Text Example

White with #9FD073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,115); }

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

background-color css

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

 a { background-color: rgb(159,208,115); }

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

border-color css

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

 span { border-color: rgb(159,208,115); }

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