Html Css Color HEX #9ED668 Feijoa

📋 copy color: '#9ED668'

red 158 ◦ green 214 ◦ blue 104

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

Shades of Feijoa #9ED668

Tints of Feijoa #9ED668

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

 BLUE value IS 104 (41.02% from 255) = 21.85%

R = 33.19%
G = 44.96%
B = 21.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#9ED668 (or 0x9ED668) is known color: Feijoa. HEX triplet: 9E, D6 and 68. RGB value is (158,214,104). Sum of RGB (Red+Green+Blue) = 158+214+104=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED668 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED668 is #612997. Grayscale: #B9B9B9. Windows color (decimal): -6367640 or 6870686. OLE color: 6870686.

HSL color Cylindrical-coordinate representation of color #9ED668: hue angle of 90.55º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ED668 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 104 -
CMYK 0.26 0 0.51 0.16
HSL 90.55º 0.57% 0.62% -
HSV(B) 90.55º 0.51% 0.84% -
XYZ 40.65 56.36 21.83 -
YUV 184.72 82.45 108.94 -
System Red Green Blue C M Y K H S L
Decimal 158 214 104 0.26 0 0.51 0.16 90.55 0.57 0.62
Hex 9E D6 68 1A 0 33 10 5B 39 3E
Octal 236 326 150 32 0 63 20 133 71 76
Binary 10011110 11010110 1101000 11010 0 110011 10000 1011011 111001 111110

Color Harmonies of #9ED668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED668

Black with #9ED668

Text Example


Text Example

White with #9ED668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,104); }

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

background-color css

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

 a { background-color: rgb(158,214,104); }

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

border-color css

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

 span { border-color: rgb(158,214,104); }

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