Html Css Color HEX #9FD072 Feijoa

📋 copy color: '#9FD072'

red 159 ◦ green 208 ◦ blue 114

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

Shades of Feijoa #9FD072

Tints of Feijoa #9FD072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.7%

R = 33.06%
G = 43.24%
B = 23.7%

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

#9FD072 (or 0x9FD072) is known color: Feijoa. HEX triplet: 9F, D0 and 72. RGB value is (159,208,114). Sum of RGB (Red+Green+Blue) = 159+208+114=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 114 (44.92% from 255 or 23.70% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD072 is #602F8D. Grayscale: #B6B6B6. Windows color (decimal): -6303630 or 7524511. OLE color: 7524511.

HSL color Cylindrical-coordinate representation of color #9FD072: hue angle of 91.28º 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 #9FD072 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 114 -
CMYK 0.24 0 0.45 0.18
HSL 91.28º 0.5% 0.63% -
HSV(B) 91.28º 0.45% 0.82% -
XYZ 39.89 53.7 24.18 -
YUV 182.63 89.27 111.14 -
System Red Green Blue C M Y K H S L
Decimal 159 208 114 0.24 0 0.45 0.18 91.28 0.5 0.63
Hex 9F D0 72 18 0 2D 12 5B 32 3F
Octal 237 320 162 30 0 55 22 133 62 77
Binary 10011111 11010000 1110010 11000 0 101101 10010 1011011 110010 111111

Color Harmonies of #9FD072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD072

Black with #9FD072

Text Example


Text Example

White with #9FD072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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