Html Css Color HEX #9EE06F Feijoa

📋 copy color: '#9EE06F'

red 158 ◦ green 224 ◦ blue 111

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

Shades of Feijoa #9EE06F

Tints of Feijoa #9EE06F

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.44%

 BLUE value IS 111 (43.75% from 255) = 22.52%

R = 32.05%
G = 45.44%
B = 22.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#9EE06F (or 0x9EE06F) is known color: Feijoa. HEX triplet: 9E, E0 and 6F. RGB value is (158,224,111). Sum of RGB (Red+Green+Blue) = 158+224+111=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 224 (87.89% from 255 or 45.44% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE06F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE06F is #611F90. Grayscale: #BFBFBF. Windows color (decimal): -6365073 or 7331998. OLE color: 7331998.

HSL color Cylindrical-coordinate representation of color #9EE06F: hue angle of 95.04º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EE06F is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 111 -
CMYK 0.29 0 0.50 0.12
HSL 95.04º 0.65% 0.66% -
HSV(B) 95.04º 0.5% 0.88% -
XYZ 43.63 61.73 24.65 -
YUV 191.38 82.63 104.19 -
System Red Green Blue C M Y K H S L
Decimal 158 224 111 0.29 0 0.50 0.12 95.04 0.65 0.66
Hex 9E E0 6F 1D 0 32 C 5F 41 42
Octal 236 340 157 35 0 62 14 137 101 102
Binary 10011110 11100000 1101111 11101 0 110010 1100 1011111 1000001 1000010

Color Harmonies of #9EE06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE06F

Black with #9EE06F

Text Example


Text Example

White with #9EE06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,224,111); }

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

background-color css

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

 a { background-color: rgb(158,224,111); }

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

border-color css

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

 span { border-color: rgb(158,224,111); }

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