Html Css Color HEX #9EE175 Feijoa

📋 copy color: '#9EE175'

red 158 ◦ green 225 ◦ blue 117

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

Shades of Feijoa #9EE175

Tints of Feijoa #9EE175

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45%

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

R = 31.6%
G = 45%
B = 23.4%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#9EE175 (or 0x9EE175) is known color: Feijoa. HEX triplet: 9E, E1 and 75. RGB value is (158,225,117). Sum of RGB (Red+Green+Blue) = 158+225+117=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 225 (88.28% from 255 or 45% from 500); Blue value is 117 (46.09% from 255 or 23.4% from 500); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE175 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE175 is #611E8A. Grayscale: #C1C1C1. Windows color (decimal): -6364811 or 7725470. OLE color: 7725470.

HSL color Cylindrical-coordinate representation of color #9EE175: hue angle of 97.22º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EE175 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 225 117 -
CMYK 0.30 0 0.48 0.12
HSL 97.22º 0.64% 0.67% -
HSV(B) 97.22º 0.48% 0.88% -
XYZ 44.24 62.4 26.54 -
YUV 192.66 85.3 103.28 -
System Red Green Blue C M Y K H S L
Decimal 158 225 117 0.30 0 0.48 0.12 97.22 0.64 0.67
Hex 9E E1 75 1E 0 30 C 61 40 43
Octal 236 341 165 36 0 60 14 141 100 103
Binary 10011110 11100001 1110101 11110 0 110000 1100 1100001 1000000 1000011

Color Harmonies of #9EE175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE175

Black with #9EE175

Text Example


Text Example

White with #9EE175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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