Html Css Color HEX #9EED6D Feijoa

📋 copy color: '#9EED6D'

red 158 ◦ green 237 ◦ blue 109

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

Shades of Feijoa #9EED6D

Tints of Feijoa #9EED6D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.02%

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 31.35%
G = 47.02%
B = 21.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#9EED6D (or 0x9EED6D) is known color: Feijoa. HEX triplet: 9E, ED and 6D. RGB value is (158,237,109). Sum of RGB (Red+Green+Blue) = 158+237+109=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED6D is #611292. Grayscale: #C7C7C7. Windows color (decimal): -6361747 or 7204254. OLE color: 7204254.

HSL color Cylindrical-coordinate representation of color #9EED6D: hue angle of 97.03º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EED6D is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 109 -
CMYK 0.33 0 0.54 0.07
HSL 97.03º 0.78% 0.68% -
HSV(B) 97.03º 0.54% 0.93% -
XYZ 47.15 68.94 25.29 -
YUV 198.79 77.33 98.91 -
System Red Green Blue C M Y K H S L
Decimal 158 237 109 0.33 0 0.54 0.07 97.03 0.78 0.68
Hex 9E ED 6D 21 0 36 7 61 4E 44
Octal 236 355 155 41 0 66 7 141 116 104
Binary 10011110 11101101 1101101 100001 0 110110 111 1100001 1001110 1000100

Color Harmonies of #9EED6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EED6D

Black with #9EED6D

Text Example


Text Example

White with #9EED6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,237,109); }

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

background-color css

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

 a { background-color: rgb(158,237,109); }

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

border-color css

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

 span { border-color: rgb(158,237,109); }

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