Html Css Color HEX #9EDD74 Feijoa

📋 copy color: '#9EDD74'

red 158 ◦ green 221 ◦ blue 116

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

Shades of Feijoa #9EDD74

Tints of Feijoa #9EDD74

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.65%

 BLUE value IS 116 (45.7% from 255) = 23.43%

R = 31.92%
G = 44.65%
B = 23.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#9EDD74 (or 0x9EDD74) is known color: Feijoa. HEX triplet: 9E, DD and 74. RGB value is (158,221,116). Sum of RGB (Red+Green+Blue) = 158+221+116=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD74 is #61228B. Grayscale: #BEBEBE. Windows color (decimal): -6365836 or 7658910. OLE color: 7658910.

HSL color Cylindrical-coordinate representation of color #9EDD74: hue angle of 96º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EDD74 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 116 -
CMYK 0.29 0 0.48 0.13
HSL 96º 0.61% 0.66% -
HSV(B) 96º 0.48% 0.87% -
XYZ 43.11 60.24 25.88 -
YUV 190.19 86.13 105.04 -
System Red Green Blue C M Y K H S L
Decimal 158 221 116 0.29 0 0.48 0.13 96 0.61 0.66
Hex 9E DD 74 1D 0 30 D 60 3D 42
Octal 236 335 164 35 0 60 15 140 75 102
Binary 10011110 11011101 1110100 11101 0 110000 1101 1100000 111101 1000010

Color Harmonies of #9EDD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD74

Black with #9EDD74

Text Example


Text Example

White with #9EDD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,221,116); }

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

background-color css

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

 a { background-color: rgb(158,221,116); }

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

border-color css

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

 span { border-color: rgb(158,221,116); }

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