Html Css Color HEX #9EDA72 Feijoa

📋 copy color: '#9EDA72'

red 158 ◦ green 218 ◦ blue 114

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

Shades of Feijoa #9EDA72

Tints of Feijoa #9EDA72

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.49%

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

R = 32.24%
G = 44.49%
B = 23.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#9EDA72 (or 0x9EDA72) is known color: Feijoa. HEX triplet: 9E, DA and 72. RGB value is (158,218,114). Sum of RGB (Red+Green+Blue) = 158+218+114=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 114 (44.92% from 255 or 23.27% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA72 is #61258D. Grayscale: #BCBCBC. Windows color (decimal): -6366606 or 7527070. OLE color: 7527070.

HSL color Cylindrical-coordinate representation of color #9EDA72: hue angle of 94.62º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EDA72 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 218 114 -
CMYK 0.28 0 0.48 0.15
HSL 94.62º 0.58% 0.65% -
HSV(B) 94.62º 0.48% 0.85% -
XYZ 42.21 58.63 25.01 -
YUV 188.2 86.12 106.46 -
System Red Green Blue C M Y K H S L
Decimal 158 218 114 0.28 0 0.48 0.15 94.62 0.58 0.65
Hex 9E DA 72 1C 0 30 F 5F 3A 41
Octal 236 332 162 34 0 60 17 137 72 101
Binary 10011110 11011010 1110010 11100 0 110000 1111 1011111 111010 1000001

Color Harmonies of #9EDA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA72

Black with #9EDA72

Text Example


Text Example

White with #9EDA72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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