Html Css Color HEX #9BF176 Feijoa

📋 copy color: '#9BF176'

red 155 ◦ green 241 ◦ blue 118

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

Shades of Feijoa #9BF176

Tints of Feijoa #9BF176

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.89%

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

R = 30.16%
G = 46.89%
B = 22.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#9BF176 (or 0x9BF176) is known color: Feijoa. HEX triplet: 9B, F1 and 76. RGB value is (155,241,118). Sum of RGB (Red+Green+Blue) = 155+241+118=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF176 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF176 is #640E89. Grayscale: #C9C9C9. Windows color (decimal): -6557322 or 7795099. OLE color: 7795099.

HSL color Cylindrical-coordinate representation of color #9BF176: hue angle of 101.95º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BF176 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 155 241 118 -
CMYK 0.36 0 0.51 0.05
HSL 101.95º 0.81% 0.7% -
HSV(B) 101.95º 0.51% 0.95% -
XYZ 48.24 71.19 28.34 -
YUV 201.26 81.01 95 -
System Red Green Blue C M Y K H S L
Decimal 155 241 118 0.36 0 0.51 0.05 101.95 0.81 0.7
Hex 9B F1 76 24 0 33 5 66 51 46
Octal 233 361 166 44 0 63 5 146 121 106
Binary 10011011 11110001 1110110 100100 0 110011 101 1100110 1010001 1000110

Color Harmonies of #9BF176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BF176

Black with #9BF176

Text Example


Text Example

White with #9BF176

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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