Html Css Color HEX #9FE875 Feijoa

📋 copy color: '#9FE875'

red 159 ◦ green 232 ◦ blue 117

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

Shades of Feijoa #9FE875

Tints of Feijoa #9FE875

RGB

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

 GREEN value IS 232 (91.02% from 255) = 45.67%

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

R = 31.3%
G = 45.67%
B = 23.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#9FE875 (or 0x9FE875) is known color: Feijoa. HEX triplet: 9F, E8 and 75. RGB value is (159,232,117). Sum of RGB (Red+Green+Blue) = 159+232+117=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 232 (91.02% from 255 or 45.67% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 232 - color contains mainly: green. Hex color #9FE875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE875 is #60178A. Grayscale: #C5C5C5. Windows color (decimal): -6297483 or 7727263. OLE color: 7727263.

HSL color Cylindrical-coordinate representation of color #9FE875: hue angle of 98.09º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FE875 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 232 117 -
CMYK 0.31 0 0.50 0.09
HSL 98.09º 0.71% 0.68% -
HSV(B) 98.09º 0.5% 0.91% -
XYZ 46.37 66.37 27.2 -
YUV 197.06 82.82 100.85 -
System Red Green Blue C M Y K H S L
Decimal 159 232 117 0.31 0 0.50 0.09 98.09 0.71 0.68
Hex 9F E8 75 1F 0 32 9 62 47 44
Octal 237 350 165 37 0 62 11 142 107 104
Binary 10011111 11101000 1110101 11111 0 110010 1001 1100010 1000111 1000100

Color Harmonies of #9FE875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE875

Black with #9FE875

Text Example


Text Example

White with #9FE875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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