Html Css Color HEX #9EE369 Feijoa

📋 copy color: '#9EE369'

red 158 ◦ green 227 ◦ blue 105

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

Shades of Feijoa #9EE369

Tints of Feijoa #9EE369

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.33%

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 32.24%
G = 46.33%
B = 21.43%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#9EE369 (or 0x9EE369) is known color: Feijoa. HEX triplet: 9E, E3 and 69. RGB value is (158,227,105). Sum of RGB (Red+Green+Blue) = 158+227+105=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE369 is #611C96. Grayscale: #C0C0C0. Windows color (decimal): -6364311 or 6939550. OLE color: 6939550.

HSL color Cylindrical-coordinate representation of color #9EE369: hue angle of 93.93º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EE369 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 227 105 -
CMYK 0.30 0 0.54 0.11
HSL 93.93º 0.69% 0.65% -
HSV(B) 93.93º 0.54% 0.89% -
XYZ 44.12 63.23 23.24 -
YUV 192.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 158 227 105 0.30 0 0.54 0.11 93.93 0.69 0.65
Hex 9E E3 69 1E 0 36 B 5E 45 41
Octal 236 343 151 36 0 66 13 136 105 101
Binary 10011110 11100011 1101001 11110 0 110110 1011 1011110 1000101 1000001

Color Harmonies of #9EE369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE369

Black with #9EE369

Text Example


Text Example

White with #9EE369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,227,105); }

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

background-color css

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

 a { background-color: rgb(158,227,105); }

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

border-color css

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

 span { border-color: rgb(158,227,105); }

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