Html Css Color HEX #9EDF74 Feijoa

📋 copy color: '#9EDF74'

red 158 ◦ green 223 ◦ blue 116

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

Shades of Feijoa #9EDF74

Tints of Feijoa #9EDF74

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.87%

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

R = 31.79%
G = 44.87%
B = 23.34%

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

#9EDF74 (or 0x9EDF74) is known color: Feijoa. HEX triplet: 9E, DF and 74. RGB value is (158,223,116). Sum of RGB (Red+Green+Blue) = 158+223+116=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 223 (87.5% from 255 or 44.87% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF74 is #61208B. Grayscale: #BFBFBF. Windows color (decimal): -6365324 or 7659422. OLE color: 7659422.

HSL color Cylindrical-coordinate representation of color #9EDF74: hue angle of 96.45º degrees, saturation: 0.63, 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 #9EDF74 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 223 116 -
CMYK 0.29 0 0.48 0.13
HSL 96.45º 0.63% 0.66% -
HSV(B) 96.45º 0.48% 0.87% -
XYZ 43.64 61.31 26.06 -
YUV 191.37 85.47 104.2 -
System Red Green Blue C M Y K H S L
Decimal 158 223 116 0.29 0 0.48 0.13 96.45 0.63 0.66
Hex 9E DF 74 1D 0 30 D 60 3F 42
Octal 236 337 164 35 0 60 15 140 77 102
Binary 10011110 11011111 1110100 11101 0 110000 1101 1100000 111111 1000010

Color Harmonies of #9EDF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDF74

Black with #9EDF74

Text Example


Text Example

White with #9EDF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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