Html Css Color HEX #9EFA70 Feijoa

📋 copy color: '#9EFA70'

red 158 ◦ green 250 ◦ blue 112

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

Shades of Feijoa #9EFA70

Tints of Feijoa #9EFA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 30.38%
G = 48.08%
B = 21.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#9EFA70 (or 0x9EFA70) is known color: Feijoa. HEX triplet: 9E, FA and 70. RGB value is (158,250,112). Sum of RGB (Red+Green+Blue) = 158+250+112=520 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.38% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #9EFA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFA70 is #61058F. Grayscale: #CFCFCF. Windows color (decimal): -6358416 or 7404190. OLE color: 7404190.

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

Color convert

RGB 158 250 112 -
CMYK 0.37 0 0.55 0.02
HSL 100º 0.93% 0.71% -
HSV(B) 100º 0.55% 0.98% -
XYZ 51.21 76.81 27.46 -
YUV 206.76 74.52 93.22 -
System Red Green Blue C M Y K H S L
Decimal 158 250 112 0.37 0 0.55 0.02 100 0.93 0.71
Hex 9E FA 70 25 0 37 2 64 5D 47
Octal 236 372 160 45 0 67 2 144 135 107
Binary 10011110 11111010 1110000 100101 0 110111 10 1100100 1011101 1000111

Color Harmonies of #9EFA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EFA70

Black with #9EFA70

Text Example


Text Example

White with #9EFA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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