Html Css Color HEX #9EF27A Feijoa

📋 copy color: '#9EF27A'

red 158 ◦ green 242 ◦ blue 122

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

Shades of Feijoa #9EF27A

Tints of Feijoa #9EF27A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.37%

R = 30.27%
G = 46.36%
B = 23.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#9EF27A (or 0x9EF27A) is known color: Feijoa. HEX triplet: 9E, F2 and 7A. RGB value is (158,242,122). Sum of RGB (Red+Green+Blue) = 158+242+122=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 242 (94.92% from 255 or 46.36% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF27A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF27A is #610D85. Grayscale: #CBCBCB. Windows color (decimal): -6360454 or 8057502. OLE color: 8057502.

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

Color convert

RGB 158 242 122 -
CMYK 0.35 0 0.50 0.05
HSL 102º 0.82% 0.71% -
HSV(B) 102º 0.5% 0.95% -
XYZ 49.37 72.18 29.74 -
YUV 203.2 82.17 95.76 -
System Red Green Blue C M Y K H S L
Decimal 158 242 122 0.35 0 0.50 0.05 102 0.82 0.71
Hex 9E F2 7A 23 0 32 5 66 52 47
Octal 236 362 172 43 0 62 5 146 122 107
Binary 10011110 11110010 1111010 100011 0 110010 101 1100110 1010010 1000111

Color Harmonies of #9EF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF27A

Black with #9EF27A

Text Example


Text Example

White with #9EF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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