Html Css Color HEX #9EE072 Feijoa

📋 copy color: '#9EE072'

red 158 ◦ green 224 ◦ blue 114

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

Shades of Feijoa #9EE072

Tints of Feijoa #9EE072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.98%

R = 31.85%
G = 45.16%
B = 22.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#9EE072 (or 0x9EE072) is known color: Feijoa. HEX triplet: 9E, E0 and 72. RGB value is (158,224,114). Sum of RGB (Red+Green+Blue) = 158+224+114=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE072 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE072 is #611F8D. Grayscale: #C0C0C0. Windows color (decimal): -6365070 or 7528606. OLE color: 7528606.

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

Color convert

RGB 158 224 114 -
CMYK 0.29 0 0.49 0.12
HSL 96º 0.64% 0.66% -
HSV(B) 96º 0.49% 0.88% -
XYZ 43.79 61.8 25.54 -
YUV 191.73 84.13 103.94 -
System Red Green Blue C M Y K H S L
Decimal 158 224 114 0.29 0 0.49 0.12 96 0.64 0.66
Hex 9E E0 72 1D 0 31 C 60 40 42
Octal 236 340 162 35 0 61 14 140 100 102
Binary 10011110 11100000 1110010 11101 0 110001 1100 1100000 1000000 1000010

Color Harmonies of #9EE072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE072

Black with #9EE072

Text Example


Text Example

White with #9EE072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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