Html Css Color HEX #9EDB72 Feijoa

📋 copy color: '#9EDB72'

red 158 ◦ green 219 ◦ blue 114

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

Shades of Feijoa #9EDB72

Tints of Feijoa #9EDB72

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 32.18%
G = 44.6%
B = 23.22%

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

#9EDB72 (or 0x9EDB72) is known color: Feijoa. HEX triplet: 9E, DB and 72. RGB value is (158,219,114). Sum of RGB (Red+Green+Blue) = 158+219+114=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB72 is #61248D. Grayscale: #BDBDBD. Windows color (decimal): -6366350 or 7527326. OLE color: 7527326.

HSL color Cylindrical-coordinate representation of color #9EDB72: hue angle of 94.86º degrees, saturation: 0.59, 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 #9EDB72 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 114 -
CMYK 0.28 0 0.48 0.14
HSL 94.86º 0.59% 0.65% -
HSV(B) 94.86º 0.48% 0.86% -
XYZ 42.47 59.15 25.1 -
YUV 188.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 158 219 114 0.28 0 0.48 0.14 94.86 0.59 0.65
Hex 9E DB 72 1C 0 30 E 5F 3B 41
Octal 236 333 162 34 0 60 16 137 73 101
Binary 10011110 11011011 1110010 11100 0 110000 1110 1011111 111011 1000001

Color Harmonies of #9EDB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB72

Black with #9EDB72

Text Example


Text Example

White with #9EDB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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