Html Css Color HEX #9FDF6B Feijoa

📋 copy color: '#9FDF6B'

red 159 ◦ green 223 ◦ blue 107

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

Shades of Feijoa #9FDF6B

Tints of Feijoa #9FDF6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.88%

R = 32.52%
G = 45.6%
B = 21.88%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#9FDF6B (or 0x9FDF6B) is known color: Feijoa. HEX triplet: 9F, DF and 6B. RGB value is (159,223,107). Sum of RGB (Red+Green+Blue) = 159+223+107=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 223 (87.5% from 255 or 45.60% from 489); Blue value is 107 (42.19% from 255 or 21.88% from 489); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF6B is #602094. Grayscale: #BFBFBF. Windows color (decimal): -6299797 or 7069599. OLE color: 7069599.

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

Color convert

RGB 159 223 107 -
CMYK 0.29 0 0.52 0.13
HSL 93.1º 0.64% 0.65% -
HSV(B) 93.1º 0.52% 0.87% -
XYZ 43.34 61.21 23.44 -
YUV 190.64 80.8 105.43 -
System Red Green Blue C M Y K H S L
Decimal 159 223 107 0.29 0 0.52 0.13 93.1 0.64 0.65
Hex 9F DF 6B 1D 0 34 D 5D 40 41
Octal 237 337 153 35 0 64 15 135 100 101
Binary 10011111 11011111 1101011 11101 0 110100 1101 1011101 1000000 1000001

Color Harmonies of #9FDF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF6B

Black with #9FDF6B

Text Example


Text Example

White with #9FDF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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