Html Css Color HEX #9FE975 Feijoa

📋 copy color: '#9FE975'

red 159 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #9FE975

Tints of Feijoa #9FE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.78%

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

R = 31.24%
G = 45.78%
B = 22.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#9FE975 (or 0x9FE975) is known color: Feijoa. HEX triplet: 9F, E9 and 75. RGB value is (159,233,117). Sum of RGB (Red+Green+Blue) = 159+233+117=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 233 (91.41% from 255 or 45.78% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE975 is #60168A. Grayscale: #C6C6C6. Windows color (decimal): -6297227 or 7727519. OLE color: 7727519.

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

Color convert

RGB 159 233 117 -
CMYK 0.32 0 0.50 0.09
HSL 98.28º 0.73% 0.69% -
HSV(B) 98.28º 0.5% 0.91% -
XYZ 46.65 66.93 27.29 -
YUV 197.65 82.48 100.43 -
System Red Green Blue C M Y K H S L
Decimal 159 233 117 0.32 0 0.50 0.09 98.28 0.73 0.69
Hex 9F E9 75 20 0 32 9 62 48 45
Octal 237 351 165 40 0 62 11 142 110 105
Binary 10011111 11101001 1110101 100000 0 110010 1001 1100010 1001000 1000101

Color Harmonies of #9FE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE975

Black with #9FE975

Text Example


Text Example

White with #9FE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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