Html Css Color HEX #9FDD6E Feijoa

📋 copy color: '#9FDD6E'

red 159 ◦ green 221 ◦ blue 110

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

Shades of Feijoa #9FDD6E

Tints of Feijoa #9FDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.45%

R = 32.45%
G = 45.1%
B = 22.45%

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

#9FDD6E (or 0x9FDD6E) is known color: Feijoa. HEX triplet: 9F, DD and 6E. RGB value is (159,221,110). Sum of RGB (Red+Green+Blue) = 159+221+110=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 110 (43.36% from 255 or 22.45% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD6E is #602291. Grayscale: #BEBEBE. Windows color (decimal): -6300306 or 7265695. OLE color: 7265695.

HSL color Cylindrical-coordinate representation of color #9FDD6E: hue angle of 93.51º 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 #9FDD6E is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 221 110 -
CMYK 0.28 0 0.50 0.13
HSL 93.51º 0.62% 0.65% -
HSV(B) 93.51º 0.5% 0.87% -
XYZ 42.97 60.21 24.11 -
YUV 189.81 82.96 106.03 -
System Red Green Blue C M Y K H S L
Decimal 159 221 110 0.28 0 0.50 0.13 93.51 0.62 0.65
Hex 9F DD 6E 1C 0 32 D 5E 3E 41
Octal 237 335 156 34 0 62 15 136 76 101
Binary 10011111 11011101 1101110 11100 0 110010 1101 1011110 111110 1000001

Color Harmonies of #9FDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD6E

Black with #9FDD6E

Text Example


Text Example

White with #9FDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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