Html Css Color HEX #9ED772 Feijoa

📋 copy color: '#9ED772'

red 158 ◦ green 215 ◦ blue 114

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

Shades of Feijoa #9ED772

Tints of Feijoa #9ED772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.41%

R = 32.44%
G = 44.15%
B = 23.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9ED772 (or 0x9ED772) is known color: Feijoa. HEX triplet: 9E, D7 and 72. RGB value is (158,215,114). Sum of RGB (Red+Green+Blue) = 158+215+114=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 114 (44.92% from 255 or 23.41% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED772 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED772 is #61288D. Grayscale: #BABABA. Windows color (decimal): -6367374 or 7526302. OLE color: 7526302.

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

Color convert

RGB 158 215 114 -
CMYK 0.27 0 0.47 0.16
HSL 93.86º 0.56% 0.65% -
HSV(B) 93.86º 0.47% 0.84% -
XYZ 41.44 57.08 24.75 -
YUV 186.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 158 215 114 0.27 0 0.47 0.16 93.86 0.56 0.65
Hex 9E D7 72 1B 0 2F 10 5E 38 41
Octal 236 327 162 33 0 57 20 136 70 101
Binary 10011110 11010111 1110010 11011 0 101111 10000 1011110 111000 1000001

Color Harmonies of #9ED772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED772

Black with #9ED772

Text Example


Text Example

White with #9ED772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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