Html Css Color HEX #9FD575 Feijoa

📋 copy color: '#9FD575'

red 159 ◦ green 213 ◦ blue 117

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

Shades of Feijoa #9FD575

Tints of Feijoa #9FD575

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.56%

 BLUE value IS 117 (46.09% from 255) = 23.93%

R = 32.52%
G = 43.56%
B = 23.93%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#9FD575 (or 0x9FD575) is known color: Feijoa. HEX triplet: 9F, D5 and 75. RGB value is (159,213,117). Sum of RGB (Red+Green+Blue) = 159+213+117=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD575 is #602A8A. Grayscale: #BABABA. Windows color (decimal): -6302347 or 7722399. OLE color: 7722399.

HSL color Cylindrical-coordinate representation of color #9FD575: hue angle of 93.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9FD575 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 117 -
CMYK 0.25 0 0.45 0.16
HSL 93.75º 0.53% 0.65% -
HSV(B) 93.75º 0.45% 0.84% -
XYZ 41.3 56.24 25.51 -
YUV 185.91 89.11 108.81 -
System Red Green Blue C M Y K H S L
Decimal 159 213 117 0.25 0 0.45 0.16 93.75 0.53 0.65
Hex 9F D5 75 19 0 2D 10 5E 35 41
Octal 237 325 165 31 0 55 20 136 65 101
Binary 10011111 11010101 1110101 11001 0 101101 10000 1011110 110101 1000001

Color Harmonies of #9FD575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD575

Black with #9FD575

Text Example


Text Example

White with #9FD575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,213,117); }

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

background-color css

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

 a { background-color: rgb(159,213,117); }

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

border-color css

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

 span { border-color: rgb(159,213,117); }

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