Html Css Color HEX #9FDD6F Feijoa

📋 copy color: '#9FDD6F'

red 159 ◦ green 221 ◦ blue 111

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

Shades of Feijoa #9FDD6F

Tints of Feijoa #9FDD6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.61%

R = 32.38%
G = 45.01%
B = 22.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#9FDD6F (or 0x9FDD6F) is known color: Feijoa. HEX triplet: 9F, DD and 6F. RGB value is (159,221,111). Sum of RGB (Red+Green+Blue) = 159+221+111=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 111 (43.75% from 255 or 22.61% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD6F is #602290. Grayscale: #BEBEBE. Windows color (decimal): -6300305 or 7331231. OLE color: 7331231.

HSL color Cylindrical-coordinate representation of color #9FDD6F: hue angle of 93.82º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FDD6F is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 111 -
CMYK 0.28 0 0.50 0.13
HSL 93.82º 0.62% 0.65% -
HSV(B) 93.82º 0.5% 0.87% -
XYZ 43.02 60.23 24.4 -
YUV 189.92 83.46 105.94 -
System Red Green Blue C M Y K H S L
Decimal 159 221 111 0.28 0 0.50 0.13 93.82 0.62 0.65
Hex 9F DD 6F 1C 0 32 D 5E 3E 41
Octal 237 335 157 34 0 62 15 136 76 101
Binary 10011111 11011101 1101111 11100 0 110010 1101 1011110 111110 1000001

Color Harmonies of #9FDD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD6F

Black with #9FDD6F

Text Example


Text Example

White with #9FDD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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