Html Css Color HEX #9EE16F Feijoa

📋 copy color: '#9EE16F'

red 158 ◦ green 225 ◦ blue 111

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

Shades of Feijoa #9EE16F

Tints of Feijoa #9EE16F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.55%

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 31.98%
G = 45.55%
B = 22.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.12

RGB Variations

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

Color information

#9EE16F (or 0x9EE16F) is known color: Feijoa. HEX triplet: 9E, E1 and 6F. RGB value is (158,225,111). Sum of RGB (Red+Green+Blue) = 158+225+111=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE16F is #611E90. Grayscale: #C0C0C0. Windows color (decimal): -6364817 or 7332254. OLE color: 7332254.

HSL color Cylindrical-coordinate representation of color #9EE16F: hue angle of 95.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EE16F is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 225 111 -
CMYK 0.30 0 0.51 0.12
HSL 95.26º 0.66% 0.66% -
HSV(B) 95.26º 0.51% 0.88% -
XYZ 43.9 62.27 24.74 -
YUV 191.97 82.3 103.77 -
System Red Green Blue C M Y K H S L
Decimal 158 225 111 0.30 0 0.51 0.12 95.26 0.66 0.66
Hex 9E E1 6F 1E 0 33 C 5F 42 42
Octal 236 341 157 36 0 63 14 137 102 102
Binary 10011110 11100001 1101111 11110 0 110011 1100 1011111 1000010 1000010

Color Harmonies of #9EE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE16F

Black with #9EE16F

Text Example


Text Example

White with #9EE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,225,111); }

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

background-color css

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

 a { background-color: rgb(158,225,111); }

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

border-color css

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

 span { border-color: rgb(158,225,111); }

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