Html Css Color HEX #9ED770 Feijoa

📋 copy color: '#9ED770'

red 158 ◦ green 215 ◦ blue 112

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

Shades of Feijoa #9ED770

Tints of Feijoa #9ED770

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.33%

 BLUE value IS 112 (44.14% from 255) = 23.09%

R = 32.58%
G = 44.33%
B = 23.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#9ED770 (or 0x9ED770) is known color: Feijoa. HEX triplet: 9E, D7 and 70. RGB value is (158,215,112). Sum of RGB (Red+Green+Blue) = 158+215+112=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED770 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED770 is #61288F. Grayscale: #BABABA. Windows color (decimal): -6367376 or 7395230. OLE color: 7395230.

HSL color Cylindrical-coordinate representation of color #9ED770: hue angle of 93.2º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ED770 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 215 112 -
CMYK 0.27 0 0.48 0.16
HSL 93.2º 0.56% 0.64% -
HSV(B) 93.2º 0.48% 0.84% -
XYZ 41.33 57.04 24.16 -
YUV 186.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 158 215 112 0.27 0 0.48 0.16 93.2 0.56 0.64
Hex 9E D7 70 1B 0 30 10 5D 38 40
Octal 236 327 160 33 0 60 20 135 70 100
Binary 10011110 11010111 1110000 11011 0 110000 10000 1011101 111000 1000000

Color Harmonies of #9ED770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED770

Black with #9ED770

Text Example


Text Example

White with #9ED770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,215,112); }

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

background-color css

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

 a { background-color: rgb(158,215,112); }

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

border-color css

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

 span { border-color: rgb(158,215,112); }

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