Html Css Color HEX #9FD275 Feijoa

📋 copy color: '#9FD275'

red 159 ◦ green 210 ◦ blue 117

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

Shades of Feijoa #9FD275

Tints of Feijoa #9FD275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.21%

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

R = 32.72%
G = 43.21%
B = 24.07%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#9FD275 (or 0x9FD275) is known color: Feijoa. HEX triplet: 9F, D2 and 75. RGB value is (159,210,117). Sum of RGB (Red+Green+Blue) = 159+210+117=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 210 (82.42% from 255 or 43.21% from 486); Blue value is 117 (46.09% from 255 or 24.07% from 486); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD275 is #602D8A. Grayscale: #B8B8B8. Windows color (decimal): -6303115 or 7721631. OLE color: 7721631.

HSL color Cylindrical-coordinate representation of color #9FD275: hue angle of 92.9º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FD275 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 117 -
CMYK 0.24 0 0.44 0.18
HSL 92.9º 0.51% 0.64% -
HSV(B) 92.9º 0.44% 0.82% -
XYZ 40.56 54.75 25.26 -
YUV 184.15 90.1 110.06 -
System Red Green Blue C M Y K H S L
Decimal 159 210 117 0.24 0 0.44 0.18 92.9 0.51 0.64
Hex 9F D2 75 18 0 2C 12 5D 33 40
Octal 237 322 165 30 0 54 22 135 63 100
Binary 10011111 11010010 1110101 11000 0 101100 10010 1011101 110011 1000000

Color Harmonies of #9FD275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD275

Black with #9FD275

Text Example


Text Example

White with #9FD275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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