Html Css Color HEX #9BE166 Feijoa

📋 copy color: '#9BE166'

red 155 ◦ green 225 ◦ blue 102

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

Shades of Feijoa #9BE166

Tints of Feijoa #9BE166

RGB

 RED value IS 155 (60.94% from 255) = 32.16%

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

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

R = 32.16%
G = 46.68%
B = 21.16%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#9BE166 (or 0x9BE166) is known color: Feijoa. HEX triplet: 9B, E1 and 66. RGB value is (155,225,102). Sum of RGB (Red+Green+Blue) = 155+225+102=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 225 (88.28% from 255 or 46.68% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE166 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE166 is #641E99. Grayscale: #BEBEBE. Windows color (decimal): -6561434 or 6742427. OLE color: 6742427.

HSL color Cylindrical-coordinate representation of color #9BE166: hue angle of 94.15º 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 #9BE166 is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 102 -
CMYK 0.31 0 0.55 0.12
HSL 94.15º 0.67% 0.64% -
HSV(B) 94.15º 0.55% 0.88% -
XYZ 42.84 61.78 22.24 -
YUV 190.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 155 225 102 0.31 0 0.55 0.12 94.15 0.67 0.64
Hex 9B E1 66 1F 0 37 C 5E 43 40
Octal 233 341 146 37 0 67 14 136 103 100
Binary 10011011 11100001 1100110 11111 0 110111 1100 1011110 1000011 1000000

Color Harmonies of #9BE166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE166

Black with #9BE166

Text Example


Text Example

White with #9BE166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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