Html Css Color HEX #9EF970 Feijoa

📋 copy color: '#9EF970'

red 158 ◦ green 249 ◦ blue 112

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

Shades of Feijoa #9EF970

Tints of Feijoa #9EF970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.98%

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

R = 30.44%
G = 47.98%
B = 21.58%

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

#9EF970 (or 0x9EF970) is known color: Feijoa. HEX triplet: 9E, F9 and 70. RGB value is (158,249,112). Sum of RGB (Red+Green+Blue) = 158+249+112=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 249 (97.66% from 255 or 47.98% from 519); Blue value is 112 (44.14% from 255 or 21.58% from 519); Max value from RGB is 249 - color contains mainly: green. Hex color #9EF970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF970 is #61068F. Grayscale: #CECECE. Windows color (decimal): -6358672 or 7403934. OLE color: 7403934.

HSL color Cylindrical-coordinate representation of color #9EF970: hue angle of 99.85º degrees, saturation: 0.92, 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 #9EF970 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 158 249 112 -
CMYK 0.37 0 0.55 0.02
HSL 99.85º 0.92% 0.71% -
HSV(B) 99.85º 0.55% 0.98% -
XYZ 50.9 76.19 27.35 -
YUV 206.17 74.85 93.64 -
System Red Green Blue C M Y K H S L
Decimal 158 249 112 0.37 0 0.55 0.02 99.85 0.92 0.71
Hex 9E F9 70 25 0 37 2 64 5C 47
Octal 236 371 160 45 0 67 2 144 134 107
Binary 10011110 11111001 1110000 100101 0 110111 10 1100100 1011100 1000111

Color Harmonies of #9EF970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF970

Black with #9EF970

Text Example


Text Example

White with #9EF970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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