Html Css Color HEX #9FDF7F Feijoa

📋 copy color: '#9FDF7F'

red 159 ◦ green 223 ◦ blue 127

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

Shades of Feijoa #9FDF7F

Tints of Feijoa #9FDF7F

RGB

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

 GREEN value IS 223 (87.5% from 255) = 43.81%

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

R = 31.24%
G = 43.81%
B = 24.95%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9FDF7F (or 0x9FDF7F) is known color: Feijoa. HEX triplet: 9F, DF and 7F. RGB value is (159,223,127). Sum of RGB (Red+Green+Blue) = 159+223+127=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 223 (87.5% from 255 or 43.81% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF7F is #602080. Grayscale: #C1C1C1. Windows color (decimal): -6299777 or 8380319. OLE color: 8380319.

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

Color convert

RGB 159 223 127 -
CMYK 0.29 0 0.43 0.13
HSL 100º 0.6% 0.69% -
HSV(B) 100º 0.43% 0.87% -
XYZ 44.52 61.68 29.64 -
YUV 192.92 90.8 103.81 -
System Red Green Blue C M Y K H S L
Decimal 159 223 127 0.29 0 0.43 0.13 100 0.6 0.69
Hex 9F DF 7F 1D 0 2B D 64 3C 45
Octal 237 337 177 35 0 53 15 144 74 105
Binary 10011111 11011111 1111111 11101 0 101011 1101 1100100 111100 1000101

Color Harmonies of #9FDF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF7F

Black with #9FDF7F

Text Example


Text Example

White with #9FDF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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