Html Css Color HEX #9EE96A Feijoa

📋 copy color: '#9EE96A'

red 158 ◦ green 233 ◦ blue 106

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

Shades of Feijoa #9EE96A

Tints of Feijoa #9EE96A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.33%

R = 31.79%
G = 46.88%
B = 21.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#9EE96A (or 0x9EE96A) is known color: Feijoa. HEX triplet: 9E, E9 and 6A. RGB value is (158,233,106). Sum of RGB (Red+Green+Blue) = 158+233+106=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 233 (91.41% from 255 or 46.88% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE96A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE96A is #611695. Grayscale: #C4C4C4. Windows color (decimal): -6362774 or 7006622. OLE color: 7006622.

HSL color Cylindrical-coordinate representation of color #9EE96A: hue angle of 95.43º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EE96A is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 106 -
CMYK 0.32 0 0.55 0.09
HSL 95.43º 0.74% 0.66% -
HSV(B) 95.43º 0.55% 0.91% -
XYZ 45.84 66.59 24.07 -
YUV 196.1 77.15 100.83 -
System Red Green Blue C M Y K H S L
Decimal 158 233 106 0.32 0 0.55 0.09 95.43 0.74 0.66
Hex 9E E9 6A 20 0 37 9 5F 4A 42
Octal 236 351 152 40 0 67 11 137 112 102
Binary 10011110 11101001 1101010 100000 0 110111 1001 1011111 1001010 1000010

Color Harmonies of #9EE96A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE96A

Black with #9EE96A

Text Example


Text Example

White with #9EE96A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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