Html Css Color HEX #9BFF6B Feijoa

📋 copy color: '#9BFF6B'

red 155 ◦ green 255 ◦ blue 107

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

Shades of Feijoa #9BFF6B

Tints of Feijoa #9BFF6B

RGB

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

 GREEN value IS 255 (100% from 255) = 49.32%

 BLUE value IS 107 (42.19% from 255) = 20.7%

R = 29.98%
G = 49.32%
B = 20.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#9BFF6B (or 0x9BFF6B) is known color: Feijoa. HEX triplet: 9B, FF and 6B. RGB value is (155,255,107). Sum of RGB (Red+Green+Blue) = 155+255+107=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF6B is #640094. Grayscale: #D0D0D0. Windows color (decimal): -6553749 or 7077787. OLE color: 7077787.

HSL color Cylindrical-coordinate representation of color #9BFF6B: hue angle of 100.54º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9BFF6B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.

Color convert

RGB 155 255 107 -
CMYK 0.39 0 0.58 0
HSL 100.54º 1% 0.71% -
HSV(B) 100.54º 0.58% 1% -
XYZ 51.93 79.55 26.53 -
YUV 208.23 70.87 90.03 -
System Red Green Blue C M Y K H S L
Decimal 155 255 107 0.39 0 0.58 0 100.54 1 0.71
Hex 9B FF 6B 27 0 3A 0 65 64 47
Octal 233 377 153 47 0 72 0 145 144 107
Binary 10011011 11111111 1101011 100111 0 111010 0 1100101 1100100 1000111

Color Harmonies of #9BFF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFF6B

Black with #9BFF6B

Text Example


Text Example

White with #9BFF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,255,107); }

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

background-color css

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

 a { background-color: rgb(155,255,107); }

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

border-color css

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

 span { border-color: rgb(155,255,107); }

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