Html Css Color HEX #9EFA6C Feijoa

📋 copy color: '#9EFA6C'

red 158 ◦ green 250 ◦ blue 108

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

Shades of Feijoa #9EFA6C

Tints of Feijoa #9EFA6C

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.45%

 BLUE value IS 108 (42.58% from 255) = 20.93%

R = 30.62%
G = 48.45%
B = 20.93%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#9EFA6C (or 0x9EFA6C) is known color: Feijoa. HEX triplet: 9E, FA and 6C. RGB value is (158,250,108). Sum of RGB (Red+Green+Blue) = 158+250+108=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 108 (42.58% from 255 or 20.93% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA6C is #610593. Grayscale: #CECECE. Windows color (decimal): -6358420 or 7142046. OLE color: 7142046.

HSL color Cylindrical-coordinate representation of color #9EFA6C: hue angle of 98.87º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EFA6C is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 250 108 -
CMYK 0.37 0 0.57 0.02
HSL 98.87º 0.93% 0.7% -
HSV(B) 98.87º 0.57% 0.98% -
XYZ 50.99 76.72 26.31 -
YUV 206.3 72.52 93.55 -
System Red Green Blue C M Y K H S L
Decimal 158 250 108 0.37 0 0.57 0.02 98.87 0.93 0.7
Hex 9E FA 6C 25 0 39 2 63 5D 46
Octal 236 372 154 45 0 71 2 143 135 106
Binary 10011110 11111010 1101100 100101 0 111001 10 1100011 1011101 1000110

Color Harmonies of #9EFA6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFA6C

Black with #9EFA6C

Text Example


Text Example

White with #9EFA6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,250,108); }

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

background-color css

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

 a { background-color: rgb(158,250,108); }

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

border-color css

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

 span { border-color: rgb(158,250,108); }

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