Html Css Color HEX #9FDD7F Feijoa

📋 copy color: '#9FDD7F'

red 159 ◦ green 221 ◦ blue 127

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

Shades of Feijoa #9FDD7F

Tints of Feijoa #9FDD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.05%

R = 31.36%
G = 43.59%
B = 25.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9FDD7F (or 0x9FDD7F) is known color: Feijoa. HEX triplet: 9F, DD and 7F. RGB value is (159,221,127). Sum of RGB (Red+Green+Blue) = 159+221+127=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 221 (86.72% from 255 or 43.59% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD7F is #602280. Grayscale: #C0C0C0. Windows color (decimal): -6300289 or 8379807. OLE color: 8379807.

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

Color convert

RGB 159 221 127 -
CMYK 0.28 0 0.43 0.13
HSL 99.57º 0.58% 0.68% -
HSV(B) 99.57º 0.43% 0.87% -
XYZ 43.99 60.62 29.46 -
YUV 191.75 91.46 104.64 -
System Red Green Blue C M Y K H S L
Decimal 159 221 127 0.28 0 0.43 0.13 99.57 0.58 0.68
Hex 9F DD 7F 1C 0 2B D 64 3A 44
Octal 237 335 177 34 0 53 15 144 72 104
Binary 10011111 11011101 1111111 11100 0 101011 1101 1100100 111010 1000100

Color Harmonies of #9FDD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDD7F

Black with #9FDD7F

Text Example


Text Example

White with #9FDD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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