Html Css Color HEX #9EE070 Feijoa

📋 copy color: '#9EE070'

red 158 ◦ green 224 ◦ blue 112

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

Shades of Feijoa #9EE070

Tints of Feijoa #9EE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

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

R = 31.98%
G = 45.34%
B = 22.67%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#9EE070 (or 0x9EE070) is known color: Feijoa. HEX triplet: 9E, E0 and 70. RGB value is (158,224,112). Sum of RGB (Red+Green+Blue) = 158+224+112=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE070 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE070 is #611F8F. Grayscale: #BFBFBF. Windows color (decimal): -6365072 or 7397534. OLE color: 7397534.

HSL color Cylindrical-coordinate representation of color #9EE070: hue angle of 95.36º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EE070 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 112 -
CMYK 0.29 0 0.50 0.12
HSL 95.36º 0.64% 0.66% -
HSV(B) 95.36º 0.5% 0.88% -
XYZ 43.68 61.75 24.95 -
YUV 191.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 158 224 112 0.29 0 0.50 0.12 95.36 0.64 0.66
Hex 9E E0 70 1D 0 32 C 5F 40 42
Octal 236 340 160 35 0 62 14 137 100 102
Binary 10011110 11100000 1110000 11101 0 110010 1100 1011111 1000000 1000010

Color Harmonies of #9EE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE070

Black with #9EE070

Text Example


Text Example

White with #9EE070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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