Html Css Color HEX #9EDC72 Feijoa

📋 copy color: '#9EDC72'

red 158 ◦ green 220 ◦ blue 114

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

Shades of Feijoa #9EDC72

Tints of Feijoa #9EDC72

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.72%

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

R = 32.11%
G = 44.72%
B = 23.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#9EDC72 (or 0x9EDC72) is known color: Feijoa. HEX triplet: 9E, DC and 72. RGB value is (158,220,114). Sum of RGB (Red+Green+Blue) = 158+220+114=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC72 is #61238D. Grayscale: #BDBDBD. Windows color (decimal): -6366094 or 7527582. OLE color: 7527582.

HSL color Cylindrical-coordinate representation of color #9EDC72: hue angle of 95.09º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EDC72 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 114 -
CMYK 0.28 0 0.48 0.14
HSL 95.09º 0.6% 0.65% -
HSV(B) 95.09º 0.48% 0.86% -
XYZ 42.73 59.67 25.18 -
YUV 189.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 158 220 114 0.28 0 0.48 0.14 95.09 0.6 0.65
Hex 9E DC 72 1C 0 30 E 5F 3C 41
Octal 236 334 162 34 0 60 16 137 74 101
Binary 10011110 11011100 1110010 11100 0 110000 1110 1011111 111100 1000001

Color Harmonies of #9EDC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC72

Black with #9EDC72

Text Example


Text Example

White with #9EDC72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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