Html Css Color HEX #9FDD72 Feijoa

📋 copy color: '#9FDD72'

red 159 ◦ green 221 ◦ blue 114

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

Shades of Feijoa #9FDD72

Tints of Feijoa #9FDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.74%

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

R = 32.19%
G = 44.74%
B = 23.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9FDD72 (or 0x9FDD72) is known color: Feijoa. HEX triplet: 9F, DD and 72. RGB value is (159,221,114). Sum of RGB (Red+Green+Blue) = 159+221+114=494 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.19% from 494); Green value is 221 (86.72% from 255 or 44.74% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD72 is #60228D. Grayscale: #BEBEBE. Windows color (decimal): -6300302 or 7527839. OLE color: 7527839.

HSL color Cylindrical-coordinate representation of color #9FDD72: hue angle of 94.77º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FDD72 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 114 -
CMYK 0.28 0 0.48 0.13
HSL 94.77º 0.61% 0.66% -
HSV(B) 94.77º 0.48% 0.87% -
XYZ 43.19 60.3 25.28 -
YUV 190.26 84.96 105.7 -
System Red Green Blue C M Y K H S L
Decimal 159 221 114 0.28 0 0.48 0.13 94.77 0.61 0.66
Hex 9F DD 72 1C 0 30 D 5F 3D 42
Octal 237 335 162 34 0 60 15 137 75 102
Binary 10011111 11011101 1110010 11100 0 110000 1101 1011111 111101 1000010

Color Harmonies of #9FDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD72

Black with #9FDD72

Text Example


Text Example

White with #9FDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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