Html Css Color HEX #9EDD7D Feijoa

📋 copy color: '#9EDD7D'

red 158 ◦ green 221 ◦ blue 125

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

Shades of Feijoa #9EDD7D

Tints of Feijoa #9EDD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.8%

R = 31.35%
G = 43.85%
B = 24.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#9EDD7D (or 0x9EDD7D) is known color: Feijoa. HEX triplet: 9E, DD and 7D. RGB value is (158,221,125). Sum of RGB (Red+Green+Blue) = 158+221+125=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD7D is #612282. Grayscale: #BFBFBF. Windows color (decimal): -6365827 or 8248734. OLE color: 8248734.

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

Color convert

RGB 158 221 125 -
CMYK 0.29 0 0.43 0.13
HSL 99.38º 0.59% 0.68% -
HSV(B) 99.38º 0.43% 0.87% -
XYZ 43.66 60.46 28.77 -
YUV 191.22 90.63 104.31 -
System Red Green Blue C M Y K H S L
Decimal 158 221 125 0.29 0 0.43 0.13 99.38 0.59 0.68
Hex 9E DD 7D 1D 0 2B D 63 3B 44
Octal 236 335 175 35 0 53 15 143 73 104
Binary 10011110 11011101 1111101 11101 0 101011 1101 1100011 111011 1000100

Color Harmonies of #9EDD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD7D

Black with #9EDD7D

Text Example


Text Example

White with #9EDD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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