Html Css Color HEX #9ED66B Feijoa

📋 copy color: '#9ED66B'

red 158 ◦ green 214 ◦ blue 107

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

Shades of Feijoa #9ED66B

Tints of Feijoa #9ED66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.34%

R = 32.99%
G = 44.68%
B = 22.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#9ED66B (or 0x9ED66B) is known color: Feijoa. HEX triplet: 9E, D6 and 6B. RGB value is (158,214,107). Sum of RGB (Red+Green+Blue) = 158+214+107=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED66B is #612994. Grayscale: #B9B9B9. Windows color (decimal): -6367637 or 7067294. OLE color: 7067294.

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

Color convert

RGB 158 214 107 -
CMYK 0.26 0 0.50 0.16
HSL 91.4º 0.57% 0.63% -
HSV(B) 91.4º 0.5% 0.84% -
XYZ 40.8 56.42 22.65 -
YUV 185.06 83.95 108.7 -
System Red Green Blue C M Y K H S L
Decimal 158 214 107 0.26 0 0.50 0.16 91.4 0.57 0.63
Hex 9E D6 6B 1A 0 32 10 5B 39 3F
Octal 236 326 153 32 0 62 20 133 71 77
Binary 10011110 11010110 1101011 11010 0 110010 10000 1011011 111001 111111

Color Harmonies of #9ED66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED66B

Black with #9ED66B

Text Example


Text Example

White with #9ED66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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