Html Css Color HEX #9EE166 Feijoa

📋 copy color: '#9EE166'

red 158 ◦ green 225 ◦ blue 102

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

Shades of Feijoa #9EE166

Tints of Feijoa #9EE166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 32.58%
G = 46.39%
B = 21.03%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#9EE166 (or 0x9EE166) is known color: Feijoa. HEX triplet: 9E, E1 and 66. RGB value is (158,225,102). Sum of RGB (Red+Green+Blue) = 158+225+102=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 225 (88.28% from 255 or 46.39% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE166 is #611E99. Grayscale: #BFBFBF. Windows color (decimal): -6364826 or 6742430. OLE color: 6742430.

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

Color convert

RGB 158 225 102 -
CMYK 0.30 0 0.55 0.12
HSL 92.68º 0.67% 0.64% -
HSV(B) 92.68º 0.55% 0.88% -
XYZ 43.42 62.08 22.26 -
YUV 190.95 77.8 104.5 -
System Red Green Blue C M Y K H S L
Decimal 158 225 102 0.30 0 0.55 0.12 92.68 0.67 0.64
Hex 9E E1 66 1E 0 37 C 5D 43 40
Octal 236 341 146 36 0 67 14 135 103 100
Binary 10011110 11100001 1100110 11110 0 110111 1100 1011101 1000011 1000000

Color Harmonies of #9EE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE166

Black with #9EE166

Text Example


Text Example

White with #9EE166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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