Html Css Color HEX #9EDD72 Feijoa

📋 copy color: '#9EDD72'

red 158 ◦ green 221 ◦ blue 114

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

Shades of Feijoa #9EDD72

Tints of Feijoa #9EDD72

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

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

R = 32.05%
G = 44.83%
B = 23.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9EDD72 (or 0x9EDD72) is known color: Feijoa. HEX triplet: 9E, DD and 72. RGB value is (158,221,114). Sum of RGB (Red+Green+Blue) = 158+221+114=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD72 is #61228D. Grayscale: #BEBEBE. Windows color (decimal): -6365838 or 7527838. OLE color: 7527838.

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

Color convert

RGB 158 221 114 -
CMYK 0.29 0 0.48 0.13
HSL 95.33º 0.61% 0.66% -
HSV(B) 95.33º 0.48% 0.87% -
XYZ 42.99 60.2 25.27 -
YUV 189.97 85.13 105.2 -
System Red Green Blue C M Y K H S L
Decimal 158 221 114 0.29 0 0.48 0.13 95.33 0.61 0.66
Hex 9E DD 72 1D 0 30 D 5F 3D 42
Octal 236 335 162 35 0 60 15 137 75 102
Binary 10011110 11011101 1110010 11101 0 110000 1101 1011111 111101 1000010

Color Harmonies of #9EDD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD72

Black with #9EDD72

Text Example


Text Example

White with #9EDD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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