Html Css Color HEX #9FDC69 Feijoa

📋 copy color: '#9FDC69'

red 159 ◦ green 220 ◦ blue 105

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

Shades of Feijoa #9FDC69

Tints of Feijoa #9FDC69

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 105 (41.41% from 255) = 21.69%

R = 32.85%
G = 45.45%
B = 21.69%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#9FDC69 (or 0x9FDC69) is known color: Feijoa. HEX triplet: 9F, DC and 69. RGB value is (159,220,105). Sum of RGB (Red+Green+Blue) = 159+220+105=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC69 is #602396. Grayscale: #BDBDBD. Windows color (decimal): -6300567 or 6937759. OLE color: 6937759.

HSL color Cylindrical-coordinate representation of color #9FDC69: hue angle of 91.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FDC69 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 105 -
CMYK 0.28 0 0.52 0.14
HSL 91.83º 0.62% 0.64% -
HSV(B) 91.83º 0.52% 0.86% -
XYZ 42.44 59.58 22.63 -
YUV 188.65 80.79 106.85 -
System Red Green Blue C M Y K H S L
Decimal 159 220 105 0.28 0 0.52 0.14 91.83 0.62 0.64
Hex 9F DC 69 1C 0 34 E 5C 3E 40
Octal 237 334 151 34 0 64 16 134 76 100
Binary 10011111 11011100 1101001 11100 0 110100 1110 1011100 111110 1000000

Color Harmonies of #9FDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC69

Black with #9FDC69

Text Example


Text Example

White with #9FDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,220,105); }

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

background-color css

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

 a { background-color: rgb(159,220,105); }

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

border-color css

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

 span { border-color: rgb(159,220,105); }

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