Html Css Color HEX #9BD766 Feijoa

📋 copy color: '#9BD766'

red 155 ◦ green 215 ◦ blue 102

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

Shades of Feijoa #9BD766

Tints of Feijoa #9BD766

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.55%

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

R = 32.84%
G = 45.55%
B = 21.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#9BD766 (or 0x9BD766) is known color: Feijoa. HEX triplet: 9B, D7 and 66. RGB value is (155,215,102). Sum of RGB (Red+Green+Blue) = 155+215+102=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD766 is #642899. Grayscale: #B8B8B8. Windows color (decimal): -6563994 or 6739867. OLE color: 6739867.

HSL color Cylindrical-coordinate representation of color #9BD766: hue angle of 91.86º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9BD766 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 215 102 -
CMYK 0.28 0 0.53 0.16
HSL 91.86º 0.59% 0.62% -
HSV(B) 91.86º 0.53% 0.84% -
XYZ 40.22 56.53 21.36 -
YUV 184.18 81.62 107.19 -
System Red Green Blue C M Y K H S L
Decimal 155 215 102 0.28 0 0.53 0.16 91.86 0.59 0.62
Hex 9B D7 66 1C 0 35 10 5C 3B 3E
Octal 233 327 146 34 0 65 20 134 73 76
Binary 10011011 11010111 1100110 11100 0 110101 10000 1011100 111011 111110

Color Harmonies of #9BD766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD766

Black with #9BD766

Text Example


Text Example

White with #9BD766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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