Html Css Color HEX #9EE970 Feijoa

📋 copy color: '#9EE970'

red 158 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #9EE970

Tints of Feijoa #9EE970

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.32%

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

R = 31.41%
G = 46.32%
B = 22.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#9EE970 (or 0x9EE970) is known color: Feijoa. HEX triplet: 9E, E9 and 70. RGB value is (158,233,112). Sum of RGB (Red+Green+Blue) = 158+233+112=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 233 (91.41% from 255 or 46.32% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE970 is #61168F. Grayscale: #C5C5C5. Windows color (decimal): -6362768 or 7399838. OLE color: 7399838.

HSL color Cylindrical-coordinate representation of color #9EE970: hue angle of 97.19º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE970 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 112 -
CMYK 0.32 0 0.52 0.09
HSL 97.19º 0.73% 0.68% -
HSV(B) 97.19º 0.52% 0.91% -
XYZ 46.16 66.72 25.77 -
YUV 196.78 80.15 100.34 -
System Red Green Blue C M Y K H S L
Decimal 158 233 112 0.32 0 0.52 0.09 97.19 0.73 0.68
Hex 9E E9 70 20 0 34 9 61 49 44
Octal 236 351 160 40 0 64 11 141 111 104
Binary 10011110 11101001 1110000 100000 0 110100 1001 1100001 1001001 1000100

Color Harmonies of #9EE970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE970

Black with #9EE970

Text Example


Text Example

White with #9EE970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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