Html Css Color HEX #9FDF6C Feijoa

📋 copy color: '#9FDF6C'

red 159 ◦ green 223 ◦ blue 108

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

Shades of Feijoa #9FDF6C

Tints of Feijoa #9FDF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 32.45%
G = 45.51%
B = 22.04%

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

#9FDF6C (or 0x9FDF6C) is known color: Feijoa. HEX triplet: 9F, DF and 6C. RGB value is (159,223,108). Sum of RGB (Red+Green+Blue) = 159+223+108=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDF6C is #602093. Grayscale: #BFBFBF. Windows color (decimal): -6299796 or 7135135. OLE color: 7135135.

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

Color convert

RGB 159 223 108 -
CMYK 0.29 0 0.52 0.13
HSL 93.39º 0.64% 0.65% -
HSV(B) 93.39º 0.52% 0.87% -
XYZ 43.39 61.23 23.72 -
YUV 190.75 81.3 105.35 -
System Red Green Blue C M Y K H S L
Decimal 159 223 108 0.29 0 0.52 0.13 93.39 0.64 0.65
Hex 9F DF 6C 1D 0 34 D 5D 40 41
Octal 237 337 154 35 0 64 15 135 100 101
Binary 10011111 11011111 1101100 11101 0 110100 1101 1011101 1000000 1000001

Color Harmonies of #9FDF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF6C

Black with #9FDF6C

Text Example


Text Example

White with #9FDF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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