Html Css Color HEX #9EE975 Feijoa

📋 copy color: '#9EE975'

red 158 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #9EE975

Tints of Feijoa #9EE975

RGB

 RED value IS 158 (62.11% from 255) = 31.1%

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

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

R = 31.1%
G = 45.87%
B = 23.03%

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

#9EE975 (or 0x9EE975) is known color: Feijoa. HEX triplet: 9E, E9 and 75. RGB value is (158,233,117). Sum of RGB (Red+Green+Blue) = 158+233+117=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE975 is #61168A. Grayscale: #C5C5C5. Windows color (decimal): -6362763 or 7727518. OLE color: 7727518.

HSL color Cylindrical-coordinate representation of color #9EE975: hue angle of 98.79º 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 #9EE975 is Cyan = 0.32, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 117 -
CMYK 0.32 0 0.50 0.09
HSL 98.79º 0.73% 0.69% -
HSV(B) 98.79º 0.5% 0.91% -
XYZ 46.45 66.83 27.28 -
YUV 197.35 82.65 99.93 -
System Red Green Blue C M Y K H S L
Decimal 158 233 117 0.32 0 0.50 0.09 98.79 0.73 0.69
Hex 9E E9 75 20 0 32 9 63 48 45
Octal 236 351 165 40 0 62 11 143 110 105
Binary 10011110 11101001 1110101 100000 0 110010 1001 1100011 1001000 1000101

Color Harmonies of #9EE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE975

Black with #9EE975

Text Example


Text Example

White with #9EE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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