Html Css Color HEX #9EF271 Feijoa

📋 copy color: '#9EF271'

red 158 ◦ green 242 ◦ blue 113

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

Shades of Feijoa #9EF271

Tints of Feijoa #9EF271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.03%

R = 30.8%
G = 47.17%
B = 22.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#9EF271 (or 0x9EF271) is known color: Feijoa. HEX triplet: 9E, F2 and 71. RGB value is (158,242,113). Sum of RGB (Red+Green+Blue) = 158+242+113=513 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.80% from 513); Green value is 242 (94.92% from 255 or 47.17% from 513); Blue value is 113 (44.53% from 255 or 22.03% from 513); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF271 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF271 is #610D8E. Grayscale: #CACACA. Windows color (decimal): -6360463 or 7467678. OLE color: 7467678.

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

Color convert

RGB 158 242 113 -
CMYK 0.35 0 0.53 0.05
HSL 99.07º 0.83% 0.7% -
HSV(B) 99.07º 0.53% 0.95% -
XYZ 48.83 71.97 26.94 -
YUV 202.18 77.67 96.49 -
System Red Green Blue C M Y K H S L
Decimal 158 242 113 0.35 0 0.53 0.05 99.07 0.83 0.7
Hex 9E F2 71 23 0 35 5 63 53 46
Octal 236 362 161 43 0 65 5 143 123 106
Binary 10011110 11110010 1110001 100011 0 110101 101 1100011 1010011 1000110

Color Harmonies of #9EF271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF271

Black with #9EF271

Text Example


Text Example

White with #9EF271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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