Html Css Color HEX #9EDE72 Feijoa

📋 copy color: '#9EDE72'

red 158 ◦ green 222 ◦ blue 114

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

Shades of Feijoa #9EDE72

Tints of Feijoa #9EDE72

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.94%

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

R = 31.98%
G = 44.94%
B = 23.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#9EDE72 (or 0x9EDE72) is known color: Feijoa. HEX triplet: 9E, DE and 72. RGB value is (158,222,114). Sum of RGB (Red+Green+Blue) = 158+222+114=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE72 is #61218D. Grayscale: #BEBEBE. Windows color (decimal): -6365582 or 7528094. OLE color: 7528094.

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

Color convert

RGB 158 222 114 -
CMYK 0.29 0 0.49 0.13
HSL 95.56º 0.62% 0.66% -
HSV(B) 95.56º 0.49% 0.87% -
XYZ 43.26 60.73 25.36 -
YUV 190.55 84.8 104.78 -
System Red Green Blue C M Y K H S L
Decimal 158 222 114 0.29 0 0.49 0.13 95.56 0.62 0.66
Hex 9E DE 72 1D 0 31 D 60 3E 42
Octal 236 336 162 35 0 61 15 140 76 102
Binary 10011110 11011110 1110010 11101 0 110001 1101 1100000 111110 1000010

Color Harmonies of #9EDE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE72

Black with #9EDE72

Text Example


Text Example

White with #9EDE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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