Html Css Color HEX #9FDF6D Feijoa

📋 copy color: '#9FDF6D'

red 159 ◦ green 223 ◦ blue 109

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

Shades of Feijoa #9FDF6D

Tints of Feijoa #9FDF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.2%

R = 32.38%
G = 45.42%
B = 22.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#9FDF6D (or 0x9FDF6D) is known color: Feijoa. HEX triplet: 9F, DF and 6D. RGB value is (159,223,109). Sum of RGB (Red+Green+Blue) = 159+223+109=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 223 (87.5% from 255 or 45.42% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF6D is #602092. Grayscale: #BFBFBF. Windows color (decimal): -6299795 or 7200671. OLE color: 7200671.

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

Color convert

RGB 159 223 109 -
CMYK 0.29 0 0.51 0.13
HSL 93.68º 0.64% 0.65% -
HSV(B) 93.68º 0.51% 0.87% -
XYZ 43.45 61.25 24 -
YUV 190.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 159 223 109 0.29 0 0.51 0.13 93.68 0.64 0.65
Hex 9F DF 6D 1D 0 33 D 5E 40 41
Octal 237 337 155 35 0 63 15 136 100 101
Binary 10011111 11011111 1101101 11101 0 110011 1101 1011110 1000000 1000001

Color Harmonies of #9FDF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF6D

Black with #9FDF6D

Text Example


Text Example

White with #9FDF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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