Html Css Color HEX #9BED76 Feijoa

📋 copy color: '#9BED76'

red 155 ◦ green 237 ◦ blue 118

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

Shades of Feijoa #9BED76

Tints of Feijoa #9BED76

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.47%

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 30.39%
G = 46.47%
B = 23.14%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#9BED76 (or 0x9BED76) is known color: Feijoa. HEX triplet: 9B, ED and 76. RGB value is (155,237,118). Sum of RGB (Red+Green+Blue) = 155+237+118=510 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.39% from 510); Green value is 237 (92.97% from 255 or 46.47% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BED76 is #641289. Grayscale: #C7C7C7. Windows color (decimal): -6558346 or 7794075. OLE color: 7794075.

HSL color Cylindrical-coordinate representation of color #9BED76: hue angle of 101.34º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BED76 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 118 -
CMYK 0.35 0 0.50 0.07
HSL 101.34º 0.77% 0.7% -
HSV(B) 101.34º 0.5% 0.93% -
XYZ 47.07 68.84 27.95 -
YUV 198.92 82.33 96.68 -
System Red Green Blue C M Y K H S L
Decimal 155 237 118 0.35 0 0.50 0.07 101.34 0.77 0.7
Hex 9B ED 76 23 0 32 7 65 4D 46
Octal 233 355 166 43 0 62 7 145 115 106
Binary 10011011 11101101 1110110 100011 0 110010 111 1100101 1001101 1000110

Color Harmonies of #9BED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED76

Black with #9BED76

Text Example


Text Example

White with #9BED76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,118); }

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

background-color css

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

 a { background-color: rgb(155,237,118); }

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

border-color css

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

 span { border-color: rgb(155,237,118); }

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