Html Css Color HEX #9EE474 Feijoa

📋 copy color: '#9EE474'

red 158 ◦ green 228 ◦ blue 116

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

Shades of Feijoa #9EE474

Tints of Feijoa #9EE474

RGB

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

 GREEN value IS 228 (89.45% from 255) = 45.42%

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

R = 31.47%
G = 45.42%
B = 23.11%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.49

 K value IS 0.11

RGB Variations

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

Color information

#9EE474 (or 0x9EE474) is known color: Feijoa. HEX triplet: 9E, E4 and 74. RGB value is (158,228,116). Sum of RGB (Red+Green+Blue) = 158+228+116=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 116 (45.70% from 255 or 23.11% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE474 is #611B8B. Grayscale: #C2C2C2. Windows color (decimal): -6364044 or 7660702. OLE color: 7660702.

HSL color Cylindrical-coordinate representation of color #9EE474: hue angle of 97.5º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EE474 is Cyan = 0.31, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 228 116 -
CMYK 0.31 0 0.49 0.11
HSL 97.5º 0.67% 0.67% -
HSV(B) 97.5º 0.49% 0.89% -
XYZ 45 64.02 26.51 -
YUV 194.3 83.81 102.11 -
System Red Green Blue C M Y K H S L
Decimal 158 228 116 0.31 0 0.49 0.11 97.5 0.67 0.67
Hex 9E E4 74 1F 0 31 B 62 43 43
Octal 236 344 164 37 0 61 13 142 103 103
Binary 10011110 11100100 1110100 11111 0 110001 1011 1100010 1000011 1000011

Color Harmonies of #9EE474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE474

Black with #9EE474

Text Example


Text Example

White with #9EE474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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