Html Css Color HEX #9EDD6E Feijoa

📋 copy color: '#9EDD6E'

red 158 ◦ green 221 ◦ blue 110

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

Shades of Feijoa #9EDD6E

Tints of Feijoa #9EDD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.49%

R = 32.31%
G = 45.19%
B = 22.49%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#9EDD6E (or 0x9EDD6E) is known color: Feijoa. HEX triplet: 9E, DD and 6E. RGB value is (158,221,110). Sum of RGB (Red+Green+Blue) = 158+221+110=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 110 (43.36% from 255 or 22.49% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD6E is #612291. Grayscale: #BDBDBD. Windows color (decimal): -6365842 or 7265694. OLE color: 7265694.

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

Color convert

RGB 158 221 110 -
CMYK 0.29 0 0.50 0.13
HSL 94.05º 0.62% 0.65% -
HSV(B) 94.05º 0.5% 0.87% -
XYZ 42.77 60.11 24.1 -
YUV 189.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 158 221 110 0.29 0 0.50 0.13 94.05 0.62 0.65
Hex 9E DD 6E 1D 0 32 D 5E 3E 41
Octal 236 335 156 35 0 62 15 136 76 101
Binary 10011110 11011101 1101110 11101 0 110010 1101 1011110 111110 1000001

Color Harmonies of #9EDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD6E

Black with #9EDD6E

Text Example


Text Example

White with #9EDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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