Html Css Color HEX #9EF27C Feijoa

📋 copy color: '#9EF27C'

red 158 ◦ green 242 ◦ blue 124

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

Shades of Feijoa #9EF27C

Tints of Feijoa #9EF27C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.18%

 BLUE value IS 124 (48.83% from 255) = 23.66%

R = 30.15%
G = 46.18%
B = 23.66%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#9EF27C (or 0x9EF27C) is known color: Feijoa. HEX triplet: 9E, F2 and 7C. RGB value is (158,242,124). Sum of RGB (Red+Green+Blue) = 158+242+124=524 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.15% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF27C is #610D83. Grayscale: #CBCBCB. Windows color (decimal): -6360452 or 8188574. OLE color: 8188574.

HSL color Cylindrical-coordinate representation of color #9EF27C: hue angle of 102.71º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EF27C is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 158 242 124 -
CMYK 0.35 0 0.49 0.05
HSL 102.71º 0.82% 0.72% -
HSV(B) 102.71º 0.49% 0.95% -
XYZ 49.49 72.23 30.4 -
YUV 203.43 83.17 95.59 -
System Red Green Blue C M Y K H S L
Decimal 158 242 124 0.35 0 0.49 0.05 102.71 0.82 0.72
Hex 9E F2 7C 23 0 31 5 67 52 48
Octal 236 362 174 43 0 61 5 147 122 110
Binary 10011110 11110010 1111100 100011 0 110001 101 1100111 1010010 1001000

Color Harmonies of #9EF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF27C

Black with #9EF27C

Text Example


Text Example

White with #9EF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,242,124); }

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

background-color css

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

 a { background-color: rgb(158,242,124); }

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

border-color css

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

 span { border-color: rgb(158,242,124); }

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